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

2018-04-03 Thread Eric Pruitt
On Tue, Apr 03, 2018 at 02:07:37PM -0700, Eric Pruitt wrote: > It seems odd to me that Git would create a broken (or perhaps > backward-incompatible) patch because of that option. What version of Git > are you using? I'm running 2.11.0. Actually, the patch fails to apply for me, too, so I've

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

2018-04-02 Thread Silvan Jegen
Hi On Sun, Apr 01, 2018 at 02:45:23PM -0700, Eric Pruitt wrote: > > 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

[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