From c1060cd26b1eb00e1bd1f8fda367ffd7b332fc0c Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 8 Nov 2023 11:17:06 +0400 Subject: Add set-window-height action --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 602f0e97..4878646c 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -226,6 +226,10 @@ binds { Mod+Minus { set-column-width "-10%"; } Mod+Equal { set-column-width "+10%"; } + // Finer height adjustments when in column with other windows. + Mod+Shift+Minus { set-window-height "-10%"; } + Mod+Shift+Equal { set-window-height "+10%"; } + Print { screenshot; } Ctrl+Print { screenshot-screen; } Alt+Print { screenshot-window; } -- cgit