1
0
Fork 0

swayidle: Reduce idle time to ten minutes

This commit is contained in:
Olli 2026-02-22 12:05:51 +01:00
commit 29d4a7165e

View file

@ -6,7 +6,7 @@ PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/swayidle -w \
timeout 6000 'swaymsg "output * dpms off"' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
lock 'gtklock -d --idle-hide --idle-timeout 5 --start-hidden' \
before-sleep 'gtklock -d --idle-hide --idle-timeout 5 --start-hidden'