blob: 6a626a72baf16315f93f830aacdf00ab0ac1003d (
plain)
1
2
3
4
5
6
7
8
|
# 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
exec xmonad
|