mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-17 22:13:27 +01:00
This commit adds a variation of the cycle-workspace command which will attempt to focus the next empty workspace in the given direction (with the usual wraparound). If there are no empty workspaces available, this command will do nothing.
17 lines
292 B
Markdown
17 lines
292 B
Markdown
# cycle-empty-workspace
|
|
|
|
```
|
|
Focus the next empty workspace in the given cycle direction (if one exists)
|
|
|
|
Usage: komorebic.exe cycle-empty-workspace <CYCLE_DIRECTION>
|
|
|
|
Arguments:
|
|
<CYCLE_DIRECTION>
|
|
[possible values: previous, next]
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|