diff --git a/.config/sway/config.d/.idle.example b/.config/sway/config.d/.idle.example index 6fb3bc6..8adc964 100644 --- a/.config/sway/config.d/.idle.example +++ b/.config/sway/config.d/.idle.example @@ -4,6 +4,7 @@ timeout 300 '$lock_command' \ timeout 301 'swaymsg "output * dpms off"' \ timeout 360 'systemctl suspend' \ + timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ resume 'swaymsg "output * dpms on"' \ before-sleep 'playerctl -a pause' \ before-sleep '$lock_command' &