[hackers] [sbase] [patch] remove install.1 on make uninstall

2016-10-26 Thread parazyd
Just a minor fix since xinstall.1 is installed as install.1 --- diff --git a/Makefile b/Makefile index 25bab70..1b63eaa 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ install: all uninstall: cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [ install - cd $(DESTDIR)$(MANPREFIX)/

[hackers] [dwm] [PATCH] decouple color-scheme count from dwm.c

2016-10-26 Thread Markus Teich
--- Heyho, this patch allows for a flexible amount of different colorschemes in config.h without having to edit dwm.c as well. Applying this upstream would help patches like urgentborder and statuscolors with the new drw mechanics. This patch has no benefit to core dwm at all, but since it's an

[hackers] [dwm] [PATCH] clarify status text padding

2016-10-26 Thread Markus Teich
--- Heyho, This patch simplifies the status bar text padding and fixes the comment with a wrong description. --Markus dwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwm.c b/dwm.c index 25ef526..3d6cc28 100644 --- a/dwm.c +++ b/dwm.c @@ -717,8 +717,8 @@ drawbar(

[hackers] [dwm] [PATCH] get rid of unnecessary ternary operator

2016-10-26 Thread Markus Teich
--- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 3d6cc28..85ec75e 100644 --- a/dwm.c +++ b/dwm.c @@ -2020,7 +2020,7 @@ updatewmhints(Client *c) wmh->flags &= ~XUrgencyHint; XSetWMHints(dpy, c->win, wmh

[hackers] [dwm] [PATCH] break up long config line

2016-10-26 Thread Markus Teich
--- config.def.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index ba9a240..deb1584 100644 --- a/config.def.h +++ b/config.def.h @@ -56,7 +56,13 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* comp