default-config: Fix typo

This commit is contained in:
Ivan Molodetskikh
2025-01-04 20:56:37 +03:00
parent dca0364f4c
commit befbdc3ae5
+1 -1
View File
@@ -452,7 +452,7 @@ binds {
// The following binds move the focused window in and out of a column.
// If the window is alone, they will consume it into the nearby column to the side.
// IF the window is already in a column, they will expel it out.
// If the window is already in a column, they will expel it out.
Mod+BracketLeft { consume-or-expel-window-left; }
Mod+BracketRight { consume-or-expel-window-right; }