From ca79aee33f02ec292cf309f09f22b97073b99d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Wed, 1 May 2019 14:26:49 -0400 Subject: [PATCH] The -w flag does not exist in swayidle Remove the -w flag from the example --- config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.in b/config.in index 9d6f2e666..de2e540e8 100644 --- a/config.in +++ b/config.in @@ -34,7 +34,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example configuration: # -# exec swayidle -w \ +# exec swayidle \ # timeout 300 'swaylock -f -c 000000' \ # timeout 600 'swaymsg "output * dpms off"' \ # resume 'swaymsg "output * dpms on"' \