add keybinds
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 23s

This commit is contained in:
Satria 2026-07-09 16:43:38 +07:00
commit bb51500191

View file

@ -22,6 +22,8 @@
"Mod+Shift+Down".action.move-window-down-or-to-workspace-down = {}; "Mod+Shift+Down".action.move-window-down-or-to-workspace-down = {};
"Mod+Shift+Left".action.move-column-left = {}; "Mod+Shift+Left".action.move-column-left = {};
"Mod+Shift+Right".action.move-column-right = {}; "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+G".action.center-column = {};
"Mod+F".action.toggle-window-floating = {}; "Mod+F".action.toggle-window-floating = {};