fix(niri): window height

This commit is contained in:
Ahurac 2024-11-05 15:13:35 +01:00
parent a00dc9bcbc
commit 9a9119b738

View file

@ -307,7 +307,7 @@
gaps = 10;
default-column-width.proportion = 0.5;
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;
border = {
enable = true;
@ -368,7 +368,6 @@
"Mod+N".action = spawn "swaync --toggle-panel";
"Mod+Tab".action = focus-workspace-previous;
"Mod+Shift+W".action = maximize-column;
"Mod+Shift+X".action = reset-window-height;
"Mod+W".action = switch-preset-column-width;
"Mod+X".action = switch-preset-window-height;
"Mod+E".action = set-column-width "-10%";