mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-22 01:19:21 +01:00
feat(cli): add docgen cmd for mkdocs pages
This commit is contained in:
19
docs/cli/window-hiding-behaviour.md
Normal file
19
docs/cli/window-hiding-behaviour.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# window-hiding-behaviour
|
||||
|
||||
```
|
||||
Set the window behaviour when switching workspaces / cycling stacks
|
||||
|
||||
Usage: window-hiding-behaviour <HIDING_BEHAVIOUR>
|
||||
|
||||
Arguments:
|
||||
<HIDING_BEHAVIOUR>
|
||||
Possible values:
|
||||
- hide: Use the SW_HIDE flag to hide windows when switching workspaces (has issues with Electron apps)
|
||||
- minimize: Use the SW_MINIMIZE flag to hide windows when switching workspaces (has issues with frequent workspace switching)
|
||||
- cloak: Use the undocumented SetCloak Win32 function to hide windows when switching workspaces (has foregrounding issues)
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
Print help (see a summary with '-h')
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user