From b5b03e656762e81bd949de171326434d85765c9b Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 18 Nov 2023 16:36:56 +0100 Subject: [PATCH] Move off of deprecated command --- arch-config/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index 8875e0cb..2a1c8b0f 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -76,7 +76,7 @@ output "Acer Technologies XV272U V R307036FE4208" adaptive_sync on # use -i to set an image exec swayidle -w \ timeout 300 'swaylock -f -e -i "$HOME/.cache/backgrounds/lockscreen.png"' \ - 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 -e -i "$HOME/.cache/backgrounds/lockscreen.png"' ### Input configuration