❦ 18 septembre 2012 11:30 CEST, wojtek danilo <[email protected]> :
> I'm trying to modify awesome config, that I found here: > https://github.com/vincentbernat/awesome-configuration > (its from Vincent Bernat) > and I have one problem - I cannot find the place in code which tells that > when I'm switching tag the mouse goes to top left corner of the screen. > I want to disable this ahaviour. When you are switching tag, another client gets the focus. In rc/signals.lua at the bottom, you have a call to `mouse_follow_focus(c)` unless the focus is from sloppy focus. You can either disable the call to mouse_follow_focus(c) if you are not interested by this feature or change the condition so that the function is not called on tag switch. -- Write clearly - don't sacrifice clarity for "efficiency". - The Elements of Programming Style (Kernighan & Plauger) -- To unsubscribe, send mail to [email protected].
