Changes
1 changed files (+7/-5)
-
-
@@ -100,16 +100,17 @@ letpreset-column-widths { // Proportion sets the width as a fraction of the output width, taking gaps into account. // For example, you can perfectly fit four windows sized "proportion 0.25" on an output. // The default preset widths are 1/3, 1/2 and 2/3 of the output. proportion 0.25 proportion 0.5 proportion 0.75 proportion 1.0 } preset-window-heights { proportion 0.25 proportion 0.5 proportion 0.75 proportion 1.0 } // You can change the default width of the new windows.
-
@@ -205,7 +206,11 @@ letMod+Period { expel-window-from-column; } Mod+R { switch-preset-column-width; } Mod+Shift+R { switch-preset-window-height; } Mod+Shift+R { switch-preset-column-width-back; } Mod+V { switch-preset-window-height; } Mod+Shift+V { switch-preset-window-height-back; } Mod+Ctrl+R { reset-window-height; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; }
-
@@ -216,9 +221,6 @@ letMod+Shift+Minus { set-window-height "-10%"; } Mod+Shift+Equal { set-window-height "+10%"; } Mod+V { toggle-window-floating; } Mod+Shift+V { switch-focus-between-floating-and-tiling; } Mod+Shift+E { quit; } Ctrl+Alt+Delete { quit; }
-