diff options
Diffstat (limited to 'x/.xinitrc')
-rw-r--r--[l---------] | x/.xinitrc | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/x/.xinitrc b/x/.xinitrc index 87cab44..81f583c 120000..100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -1 +1,19 @@ -/home/bryson/.xinitrc
\ No newline at end of file +# 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 |