blob: 1d19d31ee2d2e7e5f1ee789c13ab5dad32d03c2e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env sh
# xinput disable 'ETPS/2 Elantech Touchpad' &
echo 'Starting redshift'
redshift -c $HOME/.config/redshift.conf &
echo 'Starting dunst'
dunst &
xset r rate 200 50
exec xmonad
|