summaryrefslogtreecommitdiff
path: root/qubes-dwm-6.2/autostart/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qubes-dwm-6.2/autostart/autostart.sh')
-rwxr-xr-xqubes-dwm-6.2/autostart/autostart.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/qubes-dwm-6.2/autostart/autostart.sh b/qubes-dwm-6.2/autostart/autostart.sh
new file mode 100755
index 0000000..b629929
--- /dev/null
+++ b/qubes-dwm-6.2/autostart/autostart.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# This is to catch lock-session from systemd
+xss-lock lock &
+
+# No dpms
+xset -dpms
+
+# The idle timer is handled elsewhere
+echo "enable autolock" > ~/.autolock_status
+toggle_autolock
+
+# Set my wallpaper
+feh --bg-scale /usr/share/backgrounds/tiles/default_blue.jpg
+
+exec dwm_status &