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

JsonObject {
    property int dragThreshold: 30
    property Sizes sizes: Sizes {}

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