summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-06-15 21:07:01 +0100
committerself <george@gabbott.dev>2023-06-15 21:07:01 +0100
commita65079d509e6f924870e9fce3680f54c22563584 (patch)
tree23cd58e2db57dc11c3aaac8f5983a97003f46261
parent20726789748dd10b770b9fc63b5e3c63ff93a719 (diff)
xinitrc: set keyboard repeat rate
-rw-r--r--.xinitrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index f8711fe..12aed98 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -3,6 +3,7 @@
# General Configurations
setxkbmap gb # Set keyboard to gb layout
setxkbmap -option caps:swapescape
+xset r rate 228 72
export SHELL=/bin/zsh # Set shell to zsh
# wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work.