commit 28a9e77a2f197920bbb450f03f8770effaed8c05
parent a90dac90b43c01dce13ad72decb2e5d960576297
Author: Chris Noxz <chris@noxz.tech>
Date: Fri, 29 May 2020 19:09:42 +0200
[ksh] increase key rate
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/ksh/.profile b/ksh/.profile
@@ -45,6 +45,9 @@ export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc"
+# increase key rate
+xset r rate 300 50
+
# setup miscellaneous environment variables
export WM="dwm"
export TERMINAL="/usr/local/bin/st"