default-config: Add comments to consume/expel binds

This commit is contained in:
Ivan Molodetskikh
2024-10-01 13:20:21 +03:00
parent b501a9b303
commit 2aebd6bdbb

View File

@@ -422,7 +422,9 @@ binds {
// Switches focus between the current and the previous workspace.
// Mod+Tab { focus-workspace-previous; }
// Consume one window from the right into the focused column.
Mod+Comma { consume-window-into-column; }
// Expel one window from the focused column to the right.
Mod+Period { expel-window-from-column; }
// There are also commands that consume or expel a single window to the side.