diff --git a/sway/config b/sway/config index 7f36d38..eeedf84 100644 --- a/sway/config +++ b/sway/config @@ -21,6 +21,8 @@ set $printscreen bash ~/.config/sway/scripts/printscreen ### Idle configuration exec swayidle -w \ + timeout 285 'light -I && light -S 5' \ + resume 'light -O' \ timeout 300 'swaylock-fancy' \ timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \