Penguin
Note: You are viewing an old revision of this page. View the current version.

Sometimes called "X Focus" or SloppyFocus, focus follows mouse is a different paradigm for selecting the active window in your WindowManager (or on your DesktopEnvironment).

With focus follows mouse, the active window (the window that will receive text if you type, for example), is defined not by which window is frontmost in the "Z Order" (Z being the third dimension, "into your monitor", in cartesian space), but by which window the mouse is over.

This is most useful for people who have multiple terminal windows open on their desktop. Some Linux / Unix hackers love it, everyone else finds it really confusing.

If you look at the BeOS Focus Follows Mouse example, you will get a good idea.

ffm-window-1.gif

If you want this feature on MicrosoftWindows you can download the TweakUI powertoy and use the XMouse mode.


There are a few extra things "SloppyFocus" is a particular kind of "FocusFollowsMouse", it's the kind where if you don't have your mouse over any window then the last window that had the focus retains it. With strict FocusFollowsMouse, no window would have focus.

FocusFollowsMouse is often combined with AutoRaise?, where the focused window is raised after some delay (I like about 750ms)