Correct argument to blank output
This commit is contained in:
parent
ce25052983
commit
3a7192e2bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user