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

12 lines
261 B
Plaintext
Raw Normal View History

2024-10-18 17:14:29 -05:00
# 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
}