tweak sway config for idle

This commit is contained in:
shibao 2024-01-21 11:48:35 -05:00
parent ea617a0277
commit b19f42a0f4
1 changed files with 3 additions and 3 deletions

View File

@ -44,12 +44,12 @@ exec_always {
# timeout
exec swayidle -w \
timeout 300 'playerctl -a pause && swaylock' \
timeout 600 'swaymsg "output * dpms off"' \
timeout 600 'swaymsg "output * power off"' \
before-sleep 'playerctl -a pause' \
lock 'swaylock' \
resume 'swaymsg "output * dpms on"'
resume 'swaymsg "output * power on"'
# screen lock
# system lock
bindsym Ctrl+Shift+l exec "playerctl -a pause; \
systemctl suspend && \
swaylock"