mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
default-config: Add comments to consume/expel binds
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user