Re: [dev] DWM: click through

2011-09-14 Thread Roman Z.
On Tue, Sep 13, 2011 at 02:18:44AM +0400, Alexander Polakov wrote: > * Roman Z. [110913 01:42]: > > Hello! > > > > I've deactivated the "focus follows mouse" feature. I did this by > > commenting out the enternotify event handler: > > > > static void (*handler[LASTEvent]) (XEvent *) = { > > /

Re: [dev] DWM: click through

2011-09-12 Thread Anselm R Garbe
On 12 September 2011 23:17, Roman Z. wrote: > I've deactivated the "focus follows mouse" feature.  I did this by > commenting out the enternotify event handler: > > static void (*handler[LASTEvent]) (XEvent *) = { >  /* [EnterNotify] = enternotify, */ > > But now I'm experiencing this problem: Whe

[dev] DWM: click through

2011-09-12 Thread Roman Z.
Hello! I've deactivated the "focus follows mouse" feature. I did this by commenting out the enternotify event handler: static void (*handler[LASTEvent]) (XEvent *) = { /* [EnterNotify] = enternotify, */ But now I'm experiencing this problem: Whenever I click into an unfocused window, it is no