From cf6bd83b9bc3f739c755516706d6702dc2567550 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 2 Oct 2020 18:55:35 +0200 Subject: Added keyrepeat, ti ignore node_modules --- .xinitrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 0be482b..100efcf 100755 --- a/.xinitrc +++ b/.xinitrc @@ -1,7 +1,11 @@ # xinput disable 'ETPS/2 Elantech Touchpad' & + echo 'Starting redshift' redshift -c /home/charles/.config/redshift.conf & echo 'Starting dunst' dunst & + +xset r rate 300 40 + echo 'Starting XMonad' exec xmonad 2>&1 > /dev/null -- cgit