2
0
Fork 0
forked from pub-solar/os

graphical: turn off screen earlier

This commit is contained in:
teutat3s 2025-02-16 00:34:43 +01:00
parent ba5e173ed7
commit c37cb6030f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -12,7 +12,7 @@
ExecStart = ''
${pkgs.swayidle}/bin/swayidle -w \
timeout 300 '${pkgs.swaylock-bg}/bin/swaylock-bg' \
timeout 600 '${pkgs.sway}/bin/swaymsg "output * dpms off"' \
timeout 330 '${pkgs.sway}/bin/swaymsg "output * dpms off"' \
resume '${pkgs.sway}/bin/swaymsg "output * dpms on"' \
before-sleep '${pkgs.swaylock-bg}/bin/swaylock-bg'
'';