pragma Singleton import Quickshell import Custom as Custom Singleton { id: inhibitorState property bool waylandIdleInhibited: false property alias lidSwitchInhibited: lidSwitchInhibitor.enabled Custom.SystemdInhibitor { id: lidSwitchInhibitor enabled: false what: Custom.SystemdInhibitorParams.HandleLidSwitch who: "quickshell" why: "User request" mode: Custom.SystemdInhibitorParams.BlockWeak } }