blob: 100efcfb08927916d88054ed263fa4a9e6b01364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
echo 'Starting XMonad'
exec xmonad 2>&1 > /dev/null
|