Re: [hackers] [dwm] [PATCH] focusonclick

2017-01-04 Thread Markus Teich
Eric Pruitt wrote: > I do not know much about X11 either, but try looking at the source of one of > these patches which keeps / includes an XAllowEvents call: > > - http://lists.suckless.org/dev/1212/13833.html > - >

Re: [hackers] [dwm] [PATCH] focusonclick

2017-01-04 Thread Eric Pruitt
On Wed, Jan 04, 2017 at 08:33:12PM +0100, Markus Teich wrote: > while fixing the focusonclick patch I noticed that the latest version on the > wiki[0] breaks some mouse-bindings. After applying the patch to the current > git > master, I could not move or resize floating windows with the mouse

[hackers] [dwm] [PATCH] focusonclick

2017-01-04 Thread Markus Teich
--- Heyho, while fixing the focusonclick patch I noticed that the latest version on the wiki[0] breaks some mouse-bindings. After applying the patch to the current git master, I could not move or resize floating windows with the mouse anymore. I tried removing the line `XAllowEvents(dpy,

[hackers] [PATCH] whitespace alignment

2017-01-04 Thread Markus Teich
--- config.def.h | 2 +- dwm.c| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index ba9a240..a9ac303 100644 --- a/config.def.h +++ b/config.def.h @@ -15,7 +15,7 @@ static const char col_cyan[]= "#005577"; static const char

[hackers] [PATCH] simplify client moving on monitor count decrease

2017-01-04 Thread Markus Teich
--- dwm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dwm.c b/dwm.c index 4eba952..88d49d7 100644 --- a/dwm.c +++ b/dwm.c @@ -1896,9 +1896,8 @@ updategeom(void) /* less monitors available nn < n */ for (i = nn; i < n; i++)