From e35d9e760b2ad6bad8be206fe8e7192283b73a30 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 13 Sep 2024 21:51:56 +0300 Subject: default-config: Uncomment BracketLeft/BracketRight These are fairly useful. --- resources/default-config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index d514cc48..371bcc29 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -426,8 +426,8 @@ binds { 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+BracketLeft { consume-or-expel-window-left; } + Mod+BracketRight { consume-or-expel-window-right; } Mod+R { switch-preset-column-width; } Mod+Shift+R { switch-preset-window-height; } -- cgit