aboutsummaryrefslogtreecommitdiff
path: root/x/.xinitrc-not-docked
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-11-16 16:40:58 -0700
committerBryson Steck <steck.bryson@gmail.com>2021-11-16 16:40:58 -0700
commit645cfab20016bc8a443e880adfc1c5e7fea92cf6 (patch)
tree477c0823f3513ed84bd4af371f5c3534757992b9 /x/.xinitrc-not-docked
parent9eb803b8a32c318304caac79f4dd1faff5a2f389 (diff)
downloaddotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar
dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar.gz
dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar.bz2
forgot to update these in a while
Diffstat (limited to 'x/.xinitrc-not-docked')
-rw-r--r--x/.xinitrc-not-docked11
1 files changed, 10 insertions, 1 deletions
diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked
index f7ad927..ca365f4 100644
--- a/x/.xinitrc-not-docked
+++ b/x/.xinitrc-not-docked
@@ -6,11 +6,20 @@ cd ~
# add network, battery, date and time to xsetroot
sh ~/bin/xsetloop-not-docked.sh &
+# set default audio device to be laptop speakers
+pacmd set-default-sink 1
+
# set up wallpaper
-nitrogen --head=0 --set-zoom-fill ~/git/nordic-wallpapers/wallpapers/ign_unsplash7.png &
+#nitrogen --head=0 --set-zoom-fill ~/Pictures/Wallpapers/'10-6-Server.jpg' &
+
+# start notifications daemon
+notification-daemon &
# apply Xresources
xrdb -merge ~/.Xresources
+# make cursor disappear after a couple of seconds
+unclutter --idle 4 -root &
+
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm