From 1c14a0a2a97867878c65ea33fa8b927618efb555 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 11 May 2024 09:33:23 +0400 Subject: Add a reset-window-height action --- resources/default-config.kdl | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index e529dd20..fda3ad84 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -418,6 +418,7 @@ binds { // Mod+BracketRight { consume-or-expel-window-right; } Mod+R { switch-preset-column-width; } + Mod+Shift+R { reset-window-height; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } Mod+C { center-column; } -- cgit