From f16925141672e283264d13afcf9932b35bb07277 Mon Sep 17 00:00:00 2001 From: yyyyyyy Date: Wed, 28 Aug 2024 19:48:20 -0300 Subject: [PATCH] Hypridle: add ignore_systemd_inhibit variable description (#756) --- pages/Hypr Ecosystem/hypridle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Hypr Ecosystem/hypridle.md b/pages/Hypr Ecosystem/hypridle.md index 1a9b1a0..1822dd9 100644 --- a/pages/Hypr Ecosystem/hypridle.md +++ b/pages/Hypr Ecosystem/hypridle.md @@ -22,6 +22,7 @@ Variables in the `general` category: | 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 | | 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