diff options
Diffstat (limited to 'config/quickshell/overview/services/GlobalStates.qml')
| -rw-r--r-- | config/quickshell/overview/services/GlobalStates.qml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/quickshell/overview/services/GlobalStates.qml b/config/quickshell/overview/services/GlobalStates.qml new file mode 100644 index 00000000..7644e385 --- /dev/null +++ b/config/quickshell/overview/services/GlobalStates.qml @@ -0,0 +1,11 @@ +pragma Singleton +pragma ComponentBehavior: Bound + +import QtQuick +import Quickshell + +Singleton { + id: root + property bool overviewOpen: false + property bool superReleaseMightTrigger: true +} |
