Feature #110
Add an option to disable "pointer follows gravity"
| Status: | Fixed | Start date: | 2009-08-02 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Feature | |||
| Target version: | Xi | |||
| Votes: | 2 |
Description
If you use unclutter to hide the mouse pointer and switch between windows the pointer appears on the center of the window and then disappears again.
http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README
Associated revisions
Updated #110: Added unbind of focus grab
Updated #110: Updated flags and prototypes
Updated #110: Removed obsolete raise argument from subClientWarp and updated subClientFocus
Updated #110: Updated calls of subClientWarp and subClientFocus
Updated #110: Added grab of mouse button for click-to-focus
Fixed #110: Added click_to_focus config option
History
Updated by Christoph Kappel almost 4 years ago
- Category set to Feature
- Target version set to 1
I tested this and it isn't so easy to archive. Just disabling the pointer movement will not work, my suggestions is adding an option to hide the cursor like with a grab. Hiding will mean I just replace the current cursor with an empty cursor and vice versa. Will also reduce the need of tools like unclutter.
What do you think about this way?
Updated by Christoph Kappel about 2 years ago
- Status changed from Unconfirmed to Rejected
Updated by Christoph Kappel over 1 year ago
- Status changed from Rejected to Unconfirmed
- Target version set to Xi
Updated by Christoph Kappel over 1 year ago
- Status changed from Unconfirmed to Fixed
- % Done changed from 0 to 100
Applied in changeset 007340c8917c.
Updated by Christoph Kappel over 1 year ago
I changed my mind about that, pointer doesn't follow e.g. gravity changes anymore, when click-to-focus is enabled.