aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl6
1 files changed, 5 insertions, 1 deletions
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; }