nosignal-shell/config/SessionConfig.qml
2025-07-26 14:30:48 +10:00

11 lines
212 B
QML

import Quickshell.Io
JsonObject {
property bool enabled: true
property int dragThreshold: 30
property Sizes sizes: Sizes {}
component Sizes: JsonObject {
property int button: 80
}
}