From 0f89569ab3efc292f2a9c5d9f8f9c0c312a40045 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 9 Oct 2021 00:04:06 -0600 Subject: fixed link types --- x/.xinitrc-not-docked | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) mode change 120000 => 100644 x/.xinitrc-not-docked (limited to 'x/.xinitrc-not-docked') 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 -- cgit v1.2.3