We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8eb7f9 commit ba6c273Copy full SHA for ba6c273
Configs/.config/hypr/hypridle.conf
@@ -14,7 +14,8 @@ general {
14
unlock_cmd = #notify-send "unlock!" # same as above, but unlock
15
before_sleep_cmd = $LOCKSCREEN # command ran before sleep
16
after_sleep_cmd = # notify-send "Awake!" # command ran after sleep
17
- ignore_dbus_inhibit = 0
+ ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
18
+ ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors
19
}
20
21
# Dims the display
0 commit comments