Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
ab5cd2b3c3 Fix error in cwmrc.5 2026-01-28 16:45:10 +01:00
8e794ae50f Merge branch 'xdg' into mistress 2026-01-28 16:32:31 +01:00
d6219a8479 GNUmakefile: clean parse.c 2026-01-25 19:56:43 +01:00
2 changed files with 2 additions and 4 deletions

View file

@ -16,6 +16,4 @@ $(PROG): $(OBJS)
.PHONY: clean .PHONY: clean
clean: clean:
rm -f $(OBJS) rm -f $(OBJS) parse.c
.PRECIOUS: parse.c

View file

@ -457,7 +457,7 @@ pixels left.
.It Ev XDG_CONFIG_HOME .It Ev XDG_CONFIG_HOME
determines the default location of the configuration file. determines the default location of the configuration file.
If unset or empty, If unset or empty,
.Pa ~/.config/cwm/ .Pa ~/.config/
is used as the value. is used as the value.
.El .El
.Sh FILES .Sh FILES