diff options
Diffstat (limited to 'config/quickshell/GlobalStates.qml')
| -rw-r--r-- | config/quickshell/GlobalStates.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/quickshell/GlobalStates.qml b/config/quickshell/GlobalStates.qml new file mode 100644 index 00000000..84b53c03 --- /dev/null +++ b/config/quickshell/GlobalStates.qml @@ -0,0 +1,10 @@ +import "root:/modules/common/" +import QtQuick +import Quickshell +pragma Singleton +pragma ComponentBehavior: Bound + +Singleton { + id: root + property bool overviewOpen: false +}
\ No newline at end of file |
