note if idle breaks

This commit is contained in:
Hannes
2026-08-22 21:39:12 +02:00
parent 9f8d774efd
commit 426b96a27e
+6
View File
@@ -7,4 +7,10 @@ import "../../../../config"
Item {
// true = inhibit idle (prevent hypridle/lock/dpms), false = allow idle
property bool idle: false
// may need this in hypridle.conf
// general {
// ignore_wayland_inhibit = false # Make sure this is false or omitted
// ignore_dbus_inhibit=false
// }
}