[xmonad] Issue 45 in xmonad: xmonad should be smarter about mouse
movement
codesite-noreply at google.com
codesite-noreply at google.com
Wed Sep 16 05:42:06 EDT 2009
Comment #10 on issue 45 by zenzike: xmonad should be smarter about mouse
movement
http://code.google.com/p/xmonad/issues/detail?id=45
This is better fixed with the command:
unclutter -noevents
rather than -grab, since the -noevents works without breaking the scroll
wheels.
The man page for unclutter tells us that it's exactly what we need:
-noevents stops unclutter sending a pseudo EnterNotify event to the X
client whose
cursor has been stolen. Sending the event helps programs like emacs think
that they
have not lost the pointer focus. This option is provided for backwards
compatibility
in case some clients get upset.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list