Files
dotfiles/config/hypridle.conf
Menno van Leeuwen 7a1d88476e
All checks were successful
Nix Format Check / check-format (push) Successful in 40s
adds hyprland wd with required stuff
2024-12-23 14:08:09 +01:00

10 lines
400 B
Plaintext

general {
lock_cmd = hyprlock # command to lock the screen
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors
}
listener {
timeout = 300 # 5 minutes (300 seconds)
on-timeout = hyprlock
}