mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 15:33:56 +01:00
32 lines
705 B
Markdown
32 lines
705 B
Markdown
# workspace-work-area-offset
|
|
|
|
```
|
|
Set offsets for a workspace to exclude parts of the work area from tiling
|
|
|
|
Usage: komorebic.exe workspace-work-area-offset <MONITOR> <WORKSPACE> <LEFT> <TOP> <RIGHT> <BOTTOM>
|
|
|
|
Arguments:
|
|
<MONITOR>
|
|
Monitor index (zero-indexed)
|
|
|
|
<WORKSPACE>
|
|
Workspace index (zero-indexed)
|
|
|
|
<LEFT>
|
|
Size of the left work area offset (set right to left * 2 to maintain right padding)
|
|
|
|
<TOP>
|
|
Size of the top work area offset (set bottom to the same value to maintain bottom padding)
|
|
|
|
<RIGHT>
|
|
Size of the right work area offset
|
|
|
|
<BOTTOM>
|
|
Size of the bottom work area offset
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|