blob: 416489ab1ec2f1a3d7fbfa8669a056b307dd23a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# xinput disable 'ETPS/2 Elantech Touchpad' &
echo 'Starting redshift'
redshift -c $HOME/.config/redshift.conf &
echo 'Starting dunst'
dunst &
xset r rate 300 40
echo 'Starting XMonad'
exec xmonad
|