From: Philipp H. <ph...@ph...> - 2013-01-31 16:29:49
|
Hi, sorry for the delay. > Interesting. I clearly haven't thought this through enough. I've been > thinking about what exactly is bothering me about the current behavior, and > I think it's that once the mouse ends up in an unfocused window, the only > way to focus it is to move the pointer out and then back in. I.e. clicking > in the window does not bring the focus. Do you think it should? What you could do is add a binding like mclick(META.."Button1", "WRegion.goto(_)"), to the WFrame section of cfg_notioncore.lua. Then you could activate a window by holding META and clicking it. Would that be acceptable? I don't know whether it is possible to somehow use a simple click to activate a window and still have the click being sent through to the actual application. I'm also not sure how other window managers handle this. Cheers, Philipp |