Compare commits

..

No commits in common. "9a9119b738e9becf091d681986b86a4f2cc5be81" and "e27f85c617d5bccd063b8df8720cef36415e5301" have entirely different histories.

View file

@ -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; } { proportion = 1.0; } ]; preset-window-heights = [{ proportion = 0.5; }];
focus-ring.enable = false; focus-ring.enable = false;
border = { border = {
enable = true; enable = true;
@ -365,9 +365,10 @@
"Mod+WheelScrollUp".action = focus-column-left; "Mod+WheelScrollUp".action = focus-column-left;
"Mod+Shift+WheelScrollDown".action = move-column-right; "Mod+Shift+WheelScrollDown".action = move-column-right;
"Mod+Shift+WheelScrollUp".action = move-column-left; "Mod+Shift+WheelScrollUp".action = move-column-left;
"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%";