non important commit

This commit is contained in:
benstrb 2026-01-25 21:06:25 +01:00
parent 535e720ed6
commit 62b5970380

View file

@ -72,11 +72,11 @@
"Mod+Y".action.consume-or-expel-window-left = [];
"Mod+X".action.consume-or-expel-window-right = [];
"Mod+R".switch-preset-column-width = [];
"Mod+Shift+R".switch-preset-column-height = [];
"Mod+F".maximize-column = [];
"Mod+Shift+F".fullscreen-window = [];
"Mod+V".toggle-window-floating = [];
"Mod+R".action.switch-preset-column-width = [];
"Mod+Shift+R".action.switch-preset-column-height = [];
"Mod+F".action.maximize-column = [];
"Mod+Shift+F".action.fullscreen-window = [];
"Mod+V".action.toggle-window-floating = [];
"Mod+Minus".action.set-column-width = ["-10%"];
"Mod+Equal".action.set-column-width = ["+10%"];