AutoYADM commit: 2025-04-01 12:50:17
This commit is contained in:
parent
05beac0039
commit
122bced43d
2 changed files with 19 additions and 9 deletions
|
@ -630,18 +630,18 @@ 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.
|
||||
Mod+BracketLeft {
|
||||
Mod+Alt+C {
|
||||
consume-or-expel-window-left
|
||||
}
|
||||
Mod+BracketRight {
|
||||
Mod+Alt+D {
|
||||
consume-or-expel-window-right
|
||||
}
|
||||
// Consume one window from the right to the bottom of the focused column.
|
||||
Mod+BraceLeft {
|
||||
Mod+Alt+F {
|
||||
consume-window-into-column
|
||||
}
|
||||
// Expel the bottom window from the focused column to the right.
|
||||
Mod+BraceRight {
|
||||
Mod+Alt+P {
|
||||
expel-window-from-column
|
||||
}
|
||||
Mod+R {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue