sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 10ec97c073ea7c06f7c129a4baa4576783248148
parent 585236f1687930d36e1d47d69e0a45fe3dcbd0cf
Author: Jonas Große Sundrup <jonas-git@grosse-sundrup.com>
Date:   Sun, 12 Jul 2020 13:57:30 +0200

rephrase swayidle-timout example to improve readability

Diffstat:
Mconfig.in | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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