Correction d'un bug avec swayidle

This commit is contained in:
Damien Broqua 2022-08-07 16:10:28 +02:00
parent c51b8cb1e5
commit 3b4a2bd477

View File

@ -111,9 +111,10 @@ exec_always {
#
exec swayidle -w \
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
#exec swayidle -w \
# timeout 300 'swaylock -f' \
# 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'