From 3a7192e2bdbf66af28731379c3076cb5e99e9e4f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 20 Jul 2022 21:08:56 +0200 Subject: [PATCH] Correct argument to blank output --- 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 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