All checks were successful
Nix Format Check / check-format (push) Successful in 40s
10 lines
400 B
Plaintext
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
|
|
} |