forked from pub-solar/os
graphical: turn off screen earlier
This commit is contained in:
parent
ba5e173ed7
commit
c37cb6030f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue