diff options
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ +#!/usr/bin/env sh + # xinput disable 'ETPS/2 Elantech Touchpad' & echo 'Starting redshift' -redshift -c /home/charles/.config/redshift.conf & +redshift -c $HOME/.config/redshift.conf & echo 'Starting dunst' dunst & xset r rate 200 50 |
