blob: 9259dbde57e80358ecd5347d99f1d090f60bb1e7 (
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 200 50
exec xmonad
|