Fixed white background on wakeup
This commit is contained in:
parent
191b61c25b
commit
41400df168
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ swayidle -w \
|
|||
resume 'swaymsg "output * dpms on"' \
|
||||
timeout 1200 \
|
||||
'systemctl suspend' \
|
||||
before-sleep 'swaylock -f --screenshots --clock --indicator --effect-blur 5x5; swaymsg "output * dpms on"'
|
||||
before-sleep 'swaymsg "output * dpms on"; swaylock -f --screenshots --clock --indicator --effect-blur 5x5'
|
||||
# Screen needs to be turned back on or you will get a black screen after waking up again.
|
||||
|
||||
|
|
Loading…
Reference in a new issue