blob: 3142fc0bb9bb2e359c4fb350a0dea87dc6713535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/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 300 40
echo 'Starting XMonad'
exec xmonad
|