blob: f7ad9271dd8e01b56ba5a62f5241109058d6553e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# executed by startx-not-docked
# for use when dingo is NOT docked
cd ~
# add network, battery, date and time to xsetroot
sh ~/bin/xsetloop-not-docked.sh &
# set up wallpaper
nitrogen --head=0 --set-zoom-fill ~/git/nordic-wallpapers/wallpapers/ign_unsplash7.png &
# apply Xresources
xrdb -merge ~/.Xresources
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm
|