diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 22:42:23 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 22:42:23 +1000 |
| commit | 66c012300a28a97f959808ed2e0f968c1e3601c0 (patch) | |
| tree | 2c730b19d3898b9587022b3cf6c797eeb7ffde2b /config | |
| parent | internal: fix more colours (diff) | |
| download | caelestia-shell-66c012300a28a97f959808ed2e0f968c1e3601c0.tar.gz caelestia-shell-66c012300a28a97f959808ed2e0f968c1e3601c0.tar.bz2 caelestia-shell-66c012300a28a97f959808ed2e0f968c1e3601c0.zip | |
paths: better to string
Diffstat (limited to 'config')
| -rw-r--r-- | config/SessionConfig.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/SessionConfig.qml b/config/SessionConfig.qml index 22b926c..f65ec6d 100644 --- a/config/SessionConfig.qml +++ b/config/SessionConfig.qml @@ -4,10 +4,10 @@ JsonObject { property bool enabled: true property int dragThreshold: 30 property bool vimKeybinds: false - property Commands commands: Commands{} + property Commands commands: Commands {} property Sizes sizes: Sizes {} - + component Commands: JsonObject { property list<string> logout: ["loginctl", "terminate-user", ""] property list<string> shutdown: ["systemctl", "poweroff"] |