Focus-follows-mouse (plus auto-raise) on Mac OS X

前端 未结 21 1201
挽巷
挽巷 2020-12-07 07:00

(I don\'t want to hear about how crazy I am to want that! :)

Focus-follows-mouse is also known as point-to-focus, pointer focus, and (in some implementations) sloppy

21条回答
  •  离开以前
    2020-12-07 07:45

    Focus follows mouse is now possible in macOS, Mojave in my case, using chunkwm. See this Stack Overflow response for a "no autoraise" solution. Autoraise is activated by leaving

    chunkc set ffm_disable_autoraise         0
    

    in ~/.chunkwmrc.

    Edit 2019-09-12:

    chunkwm has been superseded by yabai. To install:

    brew tap koekeishiya/formulae
    brew install yabai
    mkdir -p ~/.config/yabai/
    printf 'yabai -m config focus_follows_mouse autoraise' >> ~/.config/yabai/yabairc
    brew services start yabai
    

提交回复
热议问题