keybind change

This commit is contained in:
Never Gude 2026-01-28 01:02:25 +01:00
parent 01df064f68
commit eb1cf0474c

View file

@ -556,7 +556,7 @@ binds {
// The following binds move the focused window in and out of a column. // 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 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+Ctrl+Z { consume-or-expel-window-left; } Mod+Ctrl+Y { consume-or-expel-window-left; }
Mod+Ctrl+O { consume-or-expel-window-right; } Mod+Ctrl+O { consume-or-expel-window-right; }
// Consume one window from the right to the bottom of the focused column. // Consume one window from the right to the bottom of the focused column.