aboutsummaryrefslogtreecommitdiff
path: root/x/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'x/.xinitrc')
-rw-r--r--x/.xinitrc16
1 files changed, 14 insertions, 2 deletions
diff --git a/x/.xinitrc b/x/.xinitrc
index 81f583c..0ea051b 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -6,14 +6,26 @@ cd ~ &
# set up monitors
fixscreen &
+# set default audio device to be dock audio jack
+pacmd set-default-sink 1
+
# add weather, date and time to xsetroot
sh ~/bin/xsetloop-docked.sh &
# set up wallpapers
-wallpapers &
+#wallpapers &
+
+# start notifications daemon
+notification-daemon &
# apply Xresources
-xrdb -merge ~/.Xresources &
+xrdb -merge ~/.Xresources
+
+# make cursor disappear after a couple of seconds
+unclutter --idle 4 -root &
+
+# enable numlock
+numlockx &
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm