trying to get xset to run on usb device plugin...

This commit is contained in:
Daniel Flanagan 2016-07-14 15:30:30 -05:00
parent 6f11901655
commit 7a3c7d5b53
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
TTRS{idVendor}=="152d", ATTRS{idProduct}=="2329", RUN+="xset r rate 300 80"
ACTION=="add", SUBSYSTEM=="usb_device", RUN+="xset r rate 300 80"

View file

@ -8,7 +8,7 @@ source "$DOTFILES_PATH/x/xloadresources"
source "$DOTFILES_PATH/variables.bash"
# keyrepeat settings
xset r rate 300 80 &
xset r rate 250 80 &
# no screen blanking
xset -dpms &