mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-18 23:09:53 +02:00
feat(cli): add stack-all and unstack-all cmds
This commit adds two new commands, stack-all, which puts all windows in the focused workspace into a single stack, and unstack-all, which unstacks all windows in the currently focused container.
This commit is contained in:
@@ -43,6 +43,8 @@ pub enum SocketMessage {
|
||||
CycleFocusWindow(CycleDirection),
|
||||
CycleMoveWindow(CycleDirection),
|
||||
StackWindow(OperationDirection),
|
||||
StackAll,
|
||||
UnstackAll,
|
||||
ResizeWindowEdge(OperationDirection, Sizing),
|
||||
ResizeWindowAxis(Axis, Sizing),
|
||||
UnstackWindow,
|
||||
|
||||
Reference in New Issue
Block a user