tiling: Allow orientation of active container to be swapped
This commit is contained in:
parent
2c311c67d1
commit
b3ff2a7ca3
9 changed files with 105 additions and 18 deletions
|
|
@ -27,6 +27,9 @@
|
|||
(modifiers: [Logo], key: "Right"): Focus(Right),
|
||||
(modifiers: [Logo], key: "Up"): Focus(Up),
|
||||
(modifiers: [Logo], key: "Down"): Focus(Down),
|
||||
(modifiers: [Logo], key: "v"): Orientation(Vertical),
|
||||
(modifiers: [Logo], key: "h"): Orientation(Horizontal),
|
||||
(modifiers: [Ctrl], key: "Return"): Spawn("gnome-terminal"),
|
||||
}
|
||||
},
|
||||
workspace_mode: OutputBound,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue