mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: focus_follows_mouse static config option doesn't call Windows API to enable FFM #270
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LGUG2Z on GitHub (Nov 29, 2023).
Originally assigned to: @LGUG2Z on GitHub.
Describe the bug
When setting
focus_follows_mouse: "Windows"in the static configuration file,WindowsApi::enable_focus_follows_mouseis not called, and the user must call thekomorebic toggle-focus-follows-mousecommand manually to activate the behaviour.To Reproduce
Steps to reproduce the behavior:
focus_follows_mouseto"Windows"Expected behavior
WindowsApi::enable_focus_follows_mouseshould be called and the FFM behaviour should begin immediatelyScreenshots and Videos
N/A
Operating System
komorebic checkOutputAdditional context
Reported by user R3DLOBST3R on Discord