From a65079d509e6f924870e9fce3680f54c22563584 Mon Sep 17 00:00:00 2001 From: self Date: Thu, 15 Jun 2023 21:07:01 +0100 Subject: xinitrc: set keyboard repeat rate --- .xinitrc | 1 + 1 file changed, 1 insertion(+) (limited to '.xinitrc') 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. -- cgit v1.2.1