Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab5cd2b3c3 | |||
| 8e794ae50f | |||
| d6219a8479 |
2 changed files with 2 additions and 4 deletions
|
|
@ -16,6 +16,4 @@ $(PROG): $(OBJS)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS)
|
rm -f $(OBJS) parse.c
|
||||||
|
|
||||||
.PRECIOUS: parse.c
|
|
||||||
|
|
|
||||||
2
cwmrc.5
2
cwmrc.5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue