make niri resizing more precise
This commit is contained in:
parent
53d35f6349
commit
6e903422bb
1 changed files with 4 additions and 4 deletions
|
|
@ -495,11 +495,11 @@
|
||||||
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
||||||
"Mod+Shift+Equal".action.set-window-height = "+10%";
|
"Mod+Shift+Equal".action.set-window-height = "+10%";
|
||||||
|
|
||||||
"Mod+Ctrl+Minus".action.set-column-width = "-1%";
|
"Mod+Ctrl+Minus".action.set-column-width = "-0.25%";
|
||||||
"Mod+Ctrl+Equal".action.set-column-width = "+1%";
|
"Mod+Ctrl+Equal".action.set-column-width = "+0.25%";
|
||||||
|
|
||||||
"Mod+Ctrl+Shift+Minus".action.set-window-height = "-1%";
|
"Mod+Ctrl+Shift+Minus".action.set-window-height = "-0.25%";
|
||||||
"Mod+Ctrl+Shift+Equal".action.set-window-height = "+1%";
|
"Mod+Ctrl+Shift+Equal".action.set-window-height = "+0.25%";
|
||||||
|
|
||||||
"Mod+V".action.toggle-window-floating = { };
|
"Mod+V".action.toggle-window-floating = { };
|
||||||
"Mod+Shift+V".action.switch-focus-between-floating-and-tiling = { };
|
"Mod+Shift+V".action.switch-focus-between-floating-and-tiling = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue