sway

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

commit 798e3c8858fdddb0e548d649cc61b6777565de98
parent 11e05c57115e7f0e915e80f006468b7e1af4373b
Author: Simon Ser <contact@emersion.fr>
Date:   Sat,  2 Jul 2022 11:54:43 +0200

config.in: switch to `output power`

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

diff --git a/config.in b/config.in @@ -37,7 +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 * power off"' resume 'swaymsg "output * power on"' \ # before-sleep 'swaylock -f -c 000000' # # This will lock your screen after 300 seconds of inactivity, then turn off