Files
cnix/modules/home/services/quickshell/shell/config/SessionConfig.qml
2025-06-30 17:19:24 +02:00

10 lines
155 B
QML

import Quickshell.Io
JsonObject {
property int dragThreshold: 30
property JsonObject sizes: JsonObject {
property int button: 80
}
}