Hypridle: add ignore_systemd_inhibit variable description (#756)

This commit is contained in:
yyyyyyy 2024-08-28 19:48:20 -03:00 committed by GitHub
parent d3e4cc5df4
commit f169251416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Variables in the `general` category:
| before_sleep_cmd | command to run when receiving a dbus prepare_sleep event | string | empty | | before_sleep_cmd | command to run when receiving a dbus prepare_sleep event | string | empty |
| after_sleep_cmd | command to run when receiving a dbus post prepare_sleep event | string | empty | | after_sleep_cmd | command to run when receiving a dbus post prepare_sleep event | string | empty |
| ignore_dbus_inhibit | whether to ignore dbus-sent idle inhibit events (e.g. from firefox) | bool | false | | ignore_dbus_inhibit | whether to ignore dbus-sent idle inhibit events (e.g. from firefox) | bool | false |
| ignore_systemd_inhibit | whether to ignore `systemd-inhibit --what=idle` inhibitors | bool | false |
### Listeners ### Listeners