mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 15:33:56 +01:00
24 lines
555 B
Markdown
24 lines
555 B
Markdown
# focus-follows-mouse
|
|
|
|
```
|
|
Enable or disable focus follows mouse for the operating system
|
|
|
|
Usage: komorebic.exe focus-follows-mouse [OPTIONS] <BOOLEAN_STATE>
|
|
|
|
Arguments:
|
|
<BOOLEAN_STATE>
|
|
[possible values: enable, disable]
|
|
|
|
Options:
|
|
-i, --implementation <IMPLEMENTATION>
|
|
[default: windows]
|
|
|
|
Possible values:
|
|
- komorebi: A custom FFM implementation (slightly more CPU-intensive)
|
|
- windows: The native (legacy) Windows FFM implementation
|
|
|
|
-h, --help
|
|
Print help (see a summary with '-h')
|
|
|
|
```
|