diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index a0614957..aec4248e 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -78,7 +78,7 @@ output * bg $HOME/.cache/backgrounds/desktop.png fill # use -i to set an image exec swayidle -w \ timeout 300 'swaylock -f -e -i "$HOME/.cache/backgrounds/lockscreen.png"' \ - timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ + timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f -e -i "$HOME/.cache/backgrounds/lockscreen.png"' ### Input configuration