mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-14 22:13:13 +01:00
23 lines
394 B
Markdown
23 lines
394 B
Markdown
# workspace-padding
|
|
|
|
```
|
|
Set the workspace padding for the specified workspace
|
|
|
|
Usage: komorebic.exe workspace-padding <MONITOR> <WORKSPACE> <SIZE>
|
|
|
|
Arguments:
|
|
<MONITOR>
|
|
Monitor index (zero-indexed)
|
|
|
|
<WORKSPACE>
|
|
Workspace index on the specified monitor (zero-indexed)
|
|
|
|
<SIZE>
|
|
Pixels to pad with as an integer
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|