From 3a23417e980de908c3183749da9309e9dabc9ece Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Sat, 3 Feb 2024 20:25:08 +0100 Subject: Add consume-or-expel-window-left/right commands --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/default-config.kdl') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 6765e9ba..5ec5eb35 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -322,6 +322,10 @@ binds { Mod+Comma { consume-window-into-column; } Mod+Period { expel-window-from-column; } + // There are also commands that consume or expel a single window to the side. + // Mod+BracketLeft { consume-or-expel-window-left; } + // Mod+BracketRight { consume-or-expel-window-right; } + Mod+R { switch-preset-column-width; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } -- cgit