add keybinds
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 23s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 23s
This commit is contained in:
parent
232aae838b
commit
bb51500191
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
|||
"Mod+Shift+Down".action.move-window-down-or-to-workspace-down = {};
|
||||
"Mod+Shift+Left".action.move-column-left = {};
|
||||
"Mod+Shift+Right".action.move-column-right = {};
|
||||
"Mod+Ctrl+Left".action.set-column-width = [ "-5%" ];
|
||||
"Mod+Ctrl+Right".action.set-column-width = [ "+5%" ];
|
||||
|
||||
"Mod+G".action.center-column = {};
|
||||
"Mod+F".action.toggle-window-floating = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue