diff --git a/swayidle/config b/swayidle/config index c953642..6864945 100644 --- a/swayidle/config +++ b/swayidle/config @@ -1,3 +1,3 @@ timeout 300 'swaylock -f' -timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' +timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'swaylock -f'