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

8 lines
138 B
QML

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