Files
quickshell/modules/bar/states/Idle/IdleState.qml
T
2026-08-22 21:39:12 +02:00

16 lines
395 B
QML

pragma Singleton
import QtQuick
import Quickshell
import Quickshell.Io
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
// }
}