diff options
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
