dotfiles/hyprland/.config/swayidle/config

5 lines
117 B
Plaintext
Raw Normal View History

2024-08-28 23:42:16 -05:00
timeout 900 'swaylock -f'
before-sleep 'swaylock -f'
lock 'swaylock -f'
unlock 'pkill -xu "$USER" -SIGUSR1 swaylock'