fix(niri): window height
This commit is contained in:
parent
a00dc9bcbc
commit
9a9119b738
1 changed files with 1 additions and 2 deletions
|
@ -307,7 +307,7 @@
|
||||||
gaps = 10;
|
gaps = 10;
|
||||||
default-column-width.proportion = 0.5;
|
default-column-width.proportion = 0.5;
|
||||||
preset-column-widths = [ { proportion = 0.5; } { proportion = 0.9; } ];
|
preset-column-widths = [ { proportion = 0.5; } { proportion = 0.9; } ];
|
||||||
preset-window-heights = [{ proportion = 0.5; }];
|
preset-window-heights = [ { proportion = 0.5; } { proportion = 1.0; } ];
|
||||||
focus-ring.enable = false;
|
focus-ring.enable = false;
|
||||||
border = {
|
border = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -368,7 +368,6 @@
|
||||||
"Mod+N".action = spawn "swaync --toggle-panel";
|
"Mod+N".action = spawn "swaync --toggle-panel";
|
||||||
"Mod+Tab".action = focus-workspace-previous;
|
"Mod+Tab".action = focus-workspace-previous;
|
||||||
"Mod+Shift+W".action = maximize-column;
|
"Mod+Shift+W".action = maximize-column;
|
||||||
"Mod+Shift+X".action = reset-window-height;
|
|
||||||
"Mod+W".action = switch-preset-column-width;
|
"Mod+W".action = switch-preset-column-width;
|
||||||
"Mod+X".action = switch-preset-window-height;
|
"Mod+X".action = switch-preset-window-height;
|
||||||
"Mod+E".action = set-column-width "-10%";
|
"Mod+E".action = set-column-width "-10%";
|
||||||
|
|
Loading…
Reference in a new issue