modify xset rate to reduce key repeats

This commit is contained in:
stupidcomputer 2024-04-10 18:59:38 -05:00
parent b7d5dff2e4
commit 5d80dbb1ca
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ keyboard () {
xcape -e 'Super_L=Escape' xcape -e 'Super_L=Escape'
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
xset -r 161 # tablet rotate key doesn't need repeat xset -r 161 # tablet rotate key doesn't need repeat
xset r rate 200 40 xset r rate 200 80
} }
find_card_pci() { find_card_pci() {