mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 07:23:57 +01:00
20 lines
467 B
Markdown
20 lines
467 B
Markdown
# toggle-focus-follows-mouse
|
|
|
|
```
|
|
Toggle focus follows mouse for the operating system
|
|
|
|
Usage: komorebic.exe toggle-focus-follows-mouse [OPTIONS]
|
|
|
|
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')
|
|
|
|
```
|