mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 07:23:57 +01:00
This commit adds a new SocketMessage variant PromoteSwap and corresponding komorebic promote-swap command. PromoteSwap will also promote the focused window container to the largest tile in the layout, but instead of removing the focused container x from the Ring and inserting it into position 0, possibly changing the positions of other windows between 0 and x, the indices x and 0 in the Ring will be swapped directly.
13 lines
180 B
Markdown
13 lines
180 B
Markdown
# promote
|
|
|
|
```
|
|
Promote the focused window to the largest tile via container removal and re-insertion
|
|
|
|
Usage: komorebic.exe promote
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|