summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel R. <59534812+h0useofdupree@users.noreply.github.com>2025-07-29 04:48:51 +0200
committerGitHub <noreply@github.com>2025-07-29 12:48:51 +1000
commit2539f7b68c19165d233fb4a2eab5dd27715988d7 (patch)
tree3074154f0cb8e20d11184d8f8b8c8051e78ccb3d /README.md
parentsession: add custom session/lock menu button commands (#292) (diff)
downloadcaelestia-shell-2539f7b68c19165d233fb4a2eab5dd27715988d7.tar.gz
caelestia-shell-2539f7b68c19165d233fb4a2eab5dd27715988d7.tar.bz2
caelestia-shell-2539f7b68c19165d233fb4a2eab5dd27715988d7.zip
session: add optional vim-like keybinds (#291)
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd26863..d1cc4fa 100644
--- a/README.md
+++ b/README.md
@@ -224,6 +224,7 @@ All configuration options are in `~/.config/caelestia/shell.json`.
},
"session": {
"dragThreshold": 30,
+ "vimKeybinds": false,
"commands": {
"logout": ["loginctl", "terminate-user", ""],
"shutdown": ["systemctl", "poweroff"],