Correction d'un bug avec swayidle
This commit is contained in:
parent
c51b8cb1e5
commit
3b4a2bd477
1 changed files with 2 additions and 1 deletions
|
@ -111,9 +111,10 @@ exec_always {
|
||||||
#
|
#
|
||||||
|
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
|
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
||||||
|
#exec swayidle -w \
|
||||||
# timeout 300 'swaylock -f' \
|
# timeout 300 'swaylock -f' \
|
||||||
# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||||
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
|
||||||
# before-sleep 'swaylock -f'
|
# before-sleep 'swaylock -f'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue