[hackers] [lchat] change and fix colors || Jan Klemkow

2018-04-01 Thread git
commit c857fde6775979c260b7b56c5271efee089d7722 Author: Jan Klemkow AuthorDate: Tue Mar 13 17:52:18 2018 +0100 Commit: Jan Klemkow CommitDate: Wed Mar 14 00:02:59 2018 +0100 change and fix colors diff --git a/filter/indent.c

[hackers] [lchat] add special color for bellmatch in text part of chat msg || Jan Klemkow

2018-04-01 Thread git
commit 84eec82dccf223861142f19ca57b410ba414c98a Author: Jan Klemkow AuthorDate: Tue Mar 13 23:46:24 2018 +0100 Commit: Jan Klemkow CommitDate: Wed Mar 14 00:02:59 2018 +0100 add special color for bellmatch in text part of chat msg diff

[hackers] [PATCH] [dwm] Make unset property fallback strings configurable

2018-04-01 Thread Eric Pruitt
Since the default rule matching does substring comparisons, using the fixed string "broken" as a fallback value can complicate or make unambiguous matching impossible, so this change makes various fallback strings for unset properties configurable via config.h. --- config.def.h | 5 + dwm.c