From d6219a8479e64510a77634497a8c7f6ae2ac49ad Mon Sep 17 00:00:00 2001 From: afiw Date: Sun, 25 Jan 2026 19:56:43 +0100 Subject: [PATCH 1/2] GNUmakefile: clean parse.c --- GNUmakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 95afec1..78c4bc0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,6 +16,4 @@ $(PROG): $(OBJS) .PHONY: clean clean: - rm -f $(OBJS) - -.PRECIOUS: parse.c + rm -f $(OBJS) parse.c From ab5cd2b3c3e8aacd7baa165f66ff73abbd9d74de Mon Sep 17 00:00:00 2001 From: afiw Date: Wed, 28 Jan 2026 16:45:10 +0100 Subject: [PATCH 2/2] Fix error in cwmrc.5 --- cwmrc.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwmrc.5 b/cwmrc.5 index 273eeab..9b37cc8 100644 --- a/cwmrc.5 +++ b/cwmrc.5 @@ -457,7 +457,7 @@ pixels left. .It Ev XDG_CONFIG_HOME determines the default location of the configuration file. If unset or empty, -.Pa ~/.config/cwm/ +.Pa ~/.config/ is used as the value. .El .Sh FILES