mirror of
https://github.com/hyprwm/hypridle.git
synced 2025-05-13 05:30:40 +01:00
Update documentation to reflect new configuration parameter.
This commit is contained in:
parent
0f9f9c6e22
commit
fb023c2085
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ general {
|
||||||
before_sleep_cmd = notify-send "Zzz" # command ran before sleep
|
before_sleep_cmd = notify-send "Zzz" # command ran before sleep
|
||||||
after_sleep_cmd = notify-send "Awake!" # command ran after sleep
|
after_sleep_cmd = notify-send "Awake!" # command ran after sleep
|
||||||
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
|
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 {
|
listener {
|
||||||
|
|
Loading…
Reference in a new issue