non important commit
This commit is contained in:
parent
535e720ed6
commit
62b5970380
1 changed files with 5 additions and 5 deletions
|
|
@ -72,11 +72,11 @@
|
||||||
"Mod+Y".action.consume-or-expel-window-left = [];
|
"Mod+Y".action.consume-or-expel-window-left = [];
|
||||||
"Mod+X".action.consume-or-expel-window-right = [];
|
"Mod+X".action.consume-or-expel-window-right = [];
|
||||||
|
|
||||||
"Mod+R".switch-preset-column-width = [];
|
"Mod+R".action.switch-preset-column-width = [];
|
||||||
"Mod+Shift+R".switch-preset-column-height = [];
|
"Mod+Shift+R".action.switch-preset-column-height = [];
|
||||||
"Mod+F".maximize-column = [];
|
"Mod+F".action.maximize-column = [];
|
||||||
"Mod+Shift+F".fullscreen-window = [];
|
"Mod+Shift+F".action.fullscreen-window = [];
|
||||||
"Mod+V".toggle-window-floating = [];
|
"Mod+V".action.toggle-window-floating = [];
|
||||||
|
|
||||||
"Mod+Minus".action.set-column-width = ["-10%"];
|
"Mod+Minus".action.set-column-width = ["-10%"];
|
||||||
"Mod+Equal".action.set-column-width = ["+10%"];
|
"Mod+Equal".action.set-column-width = ["+10%"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue