Files
xmonad-contrib/XMonad
Tomas Janousek fefebd56b2 X.A.UpdateFocus: Add focusUnderPointer
Some people like their mouse pointer to move when changing focus with
the keyboard, other people like their pointer to stay and focus to
follow. xmonad(-contrib) supports both preferences, but imperfectly:
The former requires using the XMonad.Actions.UpdatePointer contrib
module, the latter (focusFollowsMouse) only reacts to CrossingEvent; the
focus isn't updated after changing workspaces or layouts.

This adds an inverse of XMonad.Actions.UpdatePointer.updatePointer that
immediately updates the focus instead.

Fixes: https://github.com/xmonad/xmonad/issues/108
2021-08-09 10:20:00 +01:00
..
2021-06-18 14:10:23 +02:00
2021-07-31 23:06:19 +01:00
2021-07-16 13:52:20 +02:00
2021-06-18 14:10:23 +02:00
2021-05-16 15:02:37 +01:00