diff options
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files 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; } |
