dotfiles/hyprland/.config/hypr/hypridle.conf

12 lines
261 B
Plaintext

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