diff options
Diffstat (limited to 'config/SessionConfig.qml')
| -rw-r--r-- | config/SessionConfig.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/SessionConfig.qml b/config/SessionConfig.qml index e47f294..22b926c 100644 --- a/config/SessionConfig.qml +++ b/config/SessionConfig.qml @@ -3,7 +3,9 @@ import Quickshell.Io JsonObject { property bool enabled: true property int dragThreshold: 30 + property bool vimKeybinds: false property Commands commands: Commands{} + property Sizes sizes: Sizes {} component Commands: JsonObject { |