Compare commits
No commits in common. "mistress" and "xdg" have entirely different histories.
2 changed files with 4 additions and 2 deletions
|
|
@ -16,4 +16,6 @@ $(PROG): $(OBJS)
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(OBJS) parse.c
|
||||
rm -f $(OBJS)
|
||||
|
||||
.PRECIOUS: parse.c
|
||||
|
|
|
|||
2
cwmrc.5
2
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/
|
||||
.Pa ~/.config/cwm/
|
||||
is used as the value.
|
||||
.El
|
||||
.Sh FILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue