Correct argument to blank output
This commit is contained in:
parent
51779f6540
commit
1a69f491c2
@ -78,7 +78,7 @@ output * bg $HOME/.cache/backgrounds/desktop.png fill
|
|||||||
# use -i to set an image
|
# use -i to set an image
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 'swaylock -f -e -i "$HOME/.cache/backgrounds/lockscreen.png"' \
|
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"'
|
before-sleep 'swaylock -f -e -i "$HOME/.cache/backgrounds/lockscreen.png"'
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user