Skip to content

Commit ba6c273

Browse files
authored
fix: update hypridle config syntax (#676)
fix: update hypridle conf syntax
1 parent d8eb7f9 commit ba6c273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Configs/.config/hypr/hypridle.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ general {
1414
unlock_cmd = #notify-send "unlock!" # same as above, but unlock
1515
before_sleep_cmd = $LOCKSCREEN # command ran before sleep
1616
after_sleep_cmd = # notify-send "Awake!" # command ran after sleep
17-
ignore_dbus_inhibit = 0
17+
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
1819
}
1920

2021
# Dims the display

0 commit comments

Comments
 (0)