Files
illogical-impulse/.config/quickshell/GlobalStates.qml
T
2025-04-23 20:40:29 +02:00

9 lines
176 B
QML

import QtQuick
import Quickshell
pragma Singleton
pragma ComponentBehavior: Bound
Singleton {
property int sidebarRightOpenCount: 0
property bool overviewOpen: false
}