Correct argument to blank output

This commit is contained in:
RealStickman 2022-07-20 21:08:56 +02:00 committed by exu
parent ce25052983
commit 3a7192e2bd

View File

@ -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