summaryrefslogtreecommitdiff
path: root/config/SessionConfig.qml
blob: 753d5c13759b2bac97bfaef01eacb29ed38f7038 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Quickshell.Io

JsonObject {
    property bool enabled: true
    property int dragThreshold: 30
    property Sizes sizes: Sizes {}

    component Sizes: JsonObject {
        property int button: 80
    }
}