Added dimming 15 seconds before lock
This commit is contained in:
parent
4b4ce8b409
commit
c80a69a129
|
@ -21,6 +21,8 @@ set $printscreen bash ~/.config/sway/scripts/printscreen
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
|
timeout 285 'light -I && light -S 5' \
|
||||||
|
resume 'light -O' \
|
||||||
timeout 300 'swaylock-fancy' \
|
timeout 300 'swaylock-fancy' \
|
||||||
timeout 600 'swaymsg "output * dpms off"' \
|
timeout 600 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user