aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/x/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.local/etc/x/xinitrc')
-rw-r--r--.local/etc/x/xinitrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/.local/etc/x/xinitrc b/.local/etc/x/xinitrc
index e006f3d..f3da549 100644
--- a/.local/etc/x/xinitrc
+++ b/.local/etc/x/xinitrc
@@ -39,14 +39,15 @@ pulseaudio --start
# set a wallpaper
chwp &
+# Turn off any screen blanking features
+xset s off
+xset -dpms
+
# start background processes
redshift -l 51.50:4.59 &
dunst &
sxhkd &
-
-# Turn off any screen blanking features
-xset s off
-xset -dpms
+xblank &
# Set up a screenlock
xss-lock -- physlock -d &