From 737e99ec6949d648c39f5ab7ad7af52c0e8602b5 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 12 Sep 2024 12:09:44 +0300 Subject: Add preset window heights to wiki & default config --- resources/default-config.kdl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index ed2d4f0e..d514cc48 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -113,6 +113,9 @@ layout { // fixed 1920 } + // You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between. + // preset-window-heights { } + // You can change the default width of the new windows. default-column-width { proportion 0.5; } // If you leave the brackets empty, the windows themselves will decide their initial width. @@ -427,7 +430,8 @@ binds { // Mod+BracketRight { consume-or-expel-window-right; } Mod+R { switch-preset-column-width; } - Mod+Shift+R { reset-window-height; } + Mod+Shift+R { switch-preset-window-height; } + Mod+Ctrl+R { reset-window-height; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } Mod+C { center-column; } -- cgit