modify xset rate to reduce key repeats
This commit is contained in:
parent
b7d5dff2e4
commit
5d80dbb1ca
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue