mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-14 22:13:13 +01:00
This commit adds a new komorebic command "stackbar-mode" to allow users to change stackbar modes programmatically.
19 lines
252 B
Markdown
19 lines
252 B
Markdown
# stackbar-mode
|
|
|
|
```
|
|
Set the stackbar mode
|
|
|
|
Usage: komorebic.exe stackbar-mode <MODE>
|
|
|
|
Arguments:
|
|
<MODE>
|
|
Desired stackbar mode
|
|
|
|
[possible values: always, never, on-stack]
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|