From 0c3223ac72f3bee35c954764c2012f0d495deeb0 Mon Sep 17 00:00:00 2001 From: Said Kadrioski Date: Thu, 28 Aug 2025 03:42:04 +0200 Subject: Add cycle back feature for presets of column/window width/height. --- resources/default-config.kdl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 8b0a93d1..fc140ef7 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -540,6 +540,8 @@ binds { Mod+Period { expel-window-from-column; } Mod+R { switch-preset-column-width; } + // Cycling through the presets in reverse order is also possible. + // Mod+R { switch-preset-column-width-back; } Mod+Shift+R { switch-preset-window-height; } Mod+Ctrl+R { reset-window-height; } Mod+F { maximize-column; } -- cgit