ffm in osx

With respect to MacOS X (with reference to 'Tiger' - MacOS X 10.4.3) itself - no.

With respect to 'Terminal' - yes. In 'Terminal' enter ...

defaults write com.apple.Terminal FocusFollowsMouse -string YES

... <return>, quite 'Terminal', launch 'Terminal', etc.

-----

To disable the 'focus follows mouse' feature, in 'Terminal' enter ....

defaults write com.apple.Terminal FocusFollowsMouse -string NO

... <return>, quite 'Terminal', launch 'Terminal', etc.
 
With respect to 'X11', in 'Terminal' (yes - 'Terminal') enter ...

defaults write com.apple.x11 wm_ffm true

... <return>, if all ready open (running, launched, executed) quit 'X11', launch 'X11', etc.

-----

To disable the 'focus follows mouse' feature - in 'X11', in 'Terminal' enter ....

defaults write com.apple.x11 wm_ffm false

... <return>, if all ready open (running, launched, executed) quit 'X11', launch 'X11', etc.
 
Back
Top