Adjust typematic delay & rate

This commit is contained in:
Hektor Misplon
2020-03-19 13:30:26 +00:00
parent 24d4710bd4
commit d4caae1205

View File

@@ -30,11 +30,16 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
# ______________________________
# disable bell
xset -b
#exec dwm
# execute dwm in a loop
while true; do
/usr/local/bin/dwm 2> /dev/null
done
# disable bell
xset -b
# adjust typematic delay & rate
xset r rate 200 30