Update man page
The man page still said that configuration is read from /etc/xdg/termite.cfg
This commit is contained in:
parent
eb1628c867
commit
7b5c8fc425
|
@ -143,7 +143,7 @@ When active, links can be launched with a few keypresses.
|
||||||
\fBtermite\fP looks for the configuration file in the following order:
|
\fBtermite\fP looks for the configuration file in the following order:
|
||||||
\fI"$XDG_CONFIG_HOME/termite/config"\fP,
|
\fI"$XDG_CONFIG_HOME/termite/config"\fP,
|
||||||
\fI"~/.config/termite/config"\fP,
|
\fI"~/.config/termite/config"\fP,
|
||||||
\fI"$XDG_CONFIG_DIRS/termite/config"\fP and \fI"/etc/xdg/termite.cfg"
|
\fI"$XDG_CONFIG_DIRS/termite/config"\fP and \fI"/etc/xdg/termite/config"
|
||||||
.SH EXIT STATUS
|
.SH EXIT STATUS
|
||||||
\fBtermite\fP returns \fI1\fR on failure, including a termination of the
|
\fBtermite\fP returns \fI1\fR on failure, including a termination of the
|
||||||
child process from an uncaught signal. Otherwise the status is that of
|
child process from an uncaught signal. Otherwise the status is that of
|
||||||
|
|
Loading…
Reference in New Issue