diff options
Diffstat (limited to 'x/.xinitrc-not-docked')
-rw-r--r--[l---------] | x/.xinitrc-not-docked | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked index 77ed719..f7ad927 120000..100644 --- a/x/.xinitrc-not-docked +++ b/x/.xinitrc-not-docked @@ -1 +1,16 @@ -/home/bryson/.xinitrc-not-docked
\ No newline at end of file +# 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 |