The -w flag does not exist in swayidle

Remove the -w flag from the example
This commit is contained in:
Stéphane Wirtel 2019-05-01 14:26:49 -04:00 committed by GitHub
parent c118618278
commit ca79aee33f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"' \