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