dotfiles/hyprland/.config/hypr/hypridle.conf
2024-10-18 17:16:27 -05:00

12 lines
260 B
Plaintext

# vim: set ft=config:
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
general {
lock_cmd = hyprlock
unlock_cmd = pkill -xu "$USER" -SIGUSR1 hyprlock
}
listener {
timeout = 900
on-timeout = loginctl lock-session
}