diff options
| author | Joel R. <59534812+h0useofdupree@users.noreply.github.com> | 2025-07-28 05:08:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 13:08:54 +1000 |
| commit | 4feeaaabc68dd3fca32222db555dc9b9d670f913 (patch) | |
| tree | a1e2368a8d840b85374235d2d254788f32a8a78b /config | |
| parent | bar: fix kb layout (diff) | |
| download | caelestia-shell-4feeaaabc68dd3fca32222db555dc9b9d670f913.tar.gz caelestia-shell-4feeaaabc68dd3fca32222db555dc9b9d670f913.tar.bz2 caelestia-shell-4feeaaabc68dd3fca32222db555dc9b9d670f913.zip | |
launcher: add optional vim-like keybinds (#282)
Diffstat (limited to 'config')
| -rw-r--r-- | config/LauncherConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 70465a0..9364b91 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -7,6 +7,7 @@ JsonObject { property string actionPrefix: ">" property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout property int dragThreshold: 50 + property bool vimKeybinds: false property UseFuzzy useFuzzy: UseFuzzy {} property Sizes sizes: Sizes {} |