Compare commits

..

No commits in common. "mistress" and "xdg" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -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/
.Pa ~/.config/cwm/
is used as the value.
.El
.Sh FILES