Issue 45 in xmonad: xmonad should be smarter about mouse movement

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
participants (1)
-
codesite-noreply@google.com