trying to get xset to run on usb device plugin...
This commit is contained in:
parent
6f11901655
commit
7a3c7d5b53
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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 &
|
||||
|
|
Reference in a new issue