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

JsonObject {
    property int dragThreshold: 30

    property JsonObject sizes: JsonObject {
        property int button: 80
    }
}