blob: 81f583c2258606dadde8df1e99088c9756179844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# executed by startx
# for use when dingo is DOCKED
cd ~ &
# set up monitors
fixscreen &
# add weather, date and time to xsetroot
sh ~/bin/xsetloop-docked.sh &
# set up wallpapers
wallpapers &
# apply Xresources
xrdb -merge ~/.Xresources &
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm
|