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