default-config: Uncomment BracketLeft/BracketRight

These are fairly useful.
This commit is contained in:
Ivan Molodetskikh
2024-09-13 21:51:56 +03:00
parent 22fee7b003
commit e35d9e760b

View File

@@ -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; }