summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index 0161443..0f52fea 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,3 +1,4 @@
xrdb -merge ~/.config/solarized.Xresources &&
xrdb -merge ~/.config/Xresources &&
+xautolock -killtime 10 -killer "sleep 0.5; doas acpiconf -s3" -notify 10 -time 10 -locker "i3lock -n -f -c 002b36 ; sleep 0.2" -notifier "notify-send -t=10000 '10 seconds to lock...'" &
exec i3 2>&1 > /var/log/xinit/i3wm.log