nosignal-shell/config/SessionConfig.qml
2 * r + 2 * t 96429160c3 feat: user config file
Config file at `~/.config/caelestia/shell.json`
2025-06-15 18:08:45 +10:00

9 lines
155 B
QML

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