From 898ee818e8714d220d1aa98f0b72f74e4d6b05f6 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Sun, 4 Jan 2026 22:29:07 -0500 Subject: [PATCH] sway: poweroff monitor --- sway/.config/sway/config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 7027555..7044c2c 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -39,14 +39,20 @@ font Droid Sans Mono Bold 10 # # Example configuration: # -# exec swayidle -w \ -# timeout 300 'swaylock -f -c 000000' \ -# 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 # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. +# +#exec swayidle -w \ +# timeout 300 'swaylock -f -c 000000' \ +# timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ +# before-sleep 'swaylock -f -c 000000' + +exec swayidle -w \ + timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' + +# exec dbus-update-activation-environment WAYLAND_DISPLAY DISPLAY XDG_CURRENT_DESKTOP=sway SWAYSOCK I3SOCK +# ### Input configuration #