[hackers] [sbase] [PATCH] parsemode: No need to return after eprintf

2016-11-30 Thread Michael Forney
Also, since parsemode exits on failure, don't bother checking return value in xinstall (this would never trigger anyway because mode_t can be unsigned). --- libutil/mode.c | 6 ++ xinstall.c | 5 + 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/libutil/mode.c

Re: [hackers] [dwm] [PATCH] support the NET_SUPPORTING_WM_CHECK EWMH property

2016-11-30 Thread Eric Pruitt
On Sat, Nov 26, 2016 at 08:00:01AM +0100, Ivan Delalande wrote: > This is mostly arg's 762b66a resurrected ("hack that adds > NET_SUPPORTING_WM_CHECK handling..."), but we have to create a dedicated > window which remains unmapped as bar windows can now be destroyed at any > time with their

[hackers] [dwm][PATCH] clarify tile layout description in man page

2016-11-30 Thread Ian Remmler
--- dwm.1 | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dwm.1 b/dwm.1 index 60ca1d6..e3b2c38 100644 --- a/dwm.1 +++ b/dwm.1 @@ -10,8 +10,9 @@ and floating layouts. Either layout can be applied dynamically, optimising the environment for the application in use and

[hackers] [scc] [cc2] Fix the order of elements of decl || Roberto E. Vargas Caballero

2016-11-30 Thread git
commit 821f4c28e2e9ae7404e87b9e04047b5273dfda1b Author: Roberto E. Vargas Caballero AuthorDate: Wed Nov 30 14:11:48 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Wed Nov 30 14:11:48 2016 +0100 [cc2] Fix the order of elements of decl

[hackers] [libzahl] Fix errors in the manual found by Ivan Zuboff || Mattias Andrée

2016-11-30 Thread git
commit cf4b5d338225ac30d8f7434768c45619928bf3bf Author: Mattias Andrée AuthorDate: Wed Nov 30 10:55:09 2016 +0100 Commit: Mattias Andrée CommitDate: Wed Nov 30 10:55:09 2016 +0100 Fix errors in the manual found by Ivan Zuboff

[hackers] [libzahl] Fix errors in the manual (most of them found by Ivan Zuboff) || Mattias Andrée

2016-11-30 Thread git
commit aeb5e44a98cb4158528206c079654357b1c75b16 Author: Mattias Andrée AuthorDate: Wed Nov 30 10:15:59 2016 +0100 Commit: Mattias Andrée CommitDate: Wed Nov 30 10:15:59 2016 +0100 Fix errors in the manual (most of them found by Ivan Zuboff)