|
|
|
|
|
by yoloClin
2234 days ago
|
|
I just disable it: ```
#!/bin/sh # Disable capslock
setxkbmap -option caps:none # Better repeat rates
# Previously set in lxdm.conf (arg=/usr/bin/X -ardelay 175 -arinterval 20
xset r rate 150 75
``` I've added another hack in there that I absolutely love for free (: |
|