diff --git a/x/.Xresources b/x/.Xresources deleted file mode 120000 index 634a2d0..0000000 --- a/x/.Xresources +++ /dev/null @@ -1 +0,0 @@ -/home/bryson/.Xresources \ No newline at end of file diff --git a/x/.Xresources b/x/.Xresources new file mode 100644 index 0000000..4597ef7 --- /dev/null +++ b/x/.Xresources @@ -0,0 +1,2 @@ +Xcursor.theme: capitaine-cursors-light +Xcursor.size: 55 diff --git a/x/.xinitrc b/x/.xinitrc deleted file mode 120000 index 87cab44..0000000 --- a/x/.xinitrc +++ /dev/null @@ -1 +0,0 @@ -/home/bryson/.xinitrc \ No newline at end of file diff --git a/x/.xinitrc b/x/.xinitrc new file mode 100644 index 0000000..81f583c --- /dev/null +++ b/x/.xinitrc @@ -0,0 +1,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 diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked deleted file mode 120000 index 77ed719..0000000 --- a/x/.xinitrc-not-docked +++ /dev/null @@ -1 +0,0 @@ -/home/bryson/.xinitrc-not-docked \ No newline at end of file diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked new file mode 100644 index 0000000..f7ad927 --- /dev/null +++ b/x/.xinitrc-not-docked @@ -0,0 +1,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