From 10ec97c073ea7c06f7c129a4baa4576783248148 Mon Sep 17 00:00:00 2001 From: Jonas Große Sundrup Date: Sun, 12 Jul 2020 13:57:30 +0200 Subject: rephrase swayidle-timout example to improve readability --- config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.in') diff --git a/config.in b/config.in index 55943169..08703bef 100644 --- a/config.in +++ b/config.in @@ -37,8 +37,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # exec swayidle -w \ # timeout 300 'swaylock -f -c 000000' \ -# timeout 600 'swaymsg "output * dpms off"' \ -# resume 'swaymsg "output * dpms on"' \ +# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ # before-sleep 'swaylock -f -c 000000' # # This will lock your screen after 300 seconds of inactivity, then turn off -- cgit v1.2.3-54-g00ecf