aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 0be482bbc104c4bafd540aa0c8b94f6e86900d64 (plain)
1
2
3
4
5
6
7
# xinput disable 'ETPS/2 Elantech Touchpad' &
echo 'Starting redshift'
redshift -c /home/charles/.config/redshift.conf &
echo 'Starting dunst'
dunst &
echo 'Starting XMonad'
exec xmonad 2>&1 > /dev/null