Skip to content

Commit 5d73d29

Browse files
man: Update
1 parent 1c57ed4 commit 5d73d29

File tree

2 files changed

+329
-75
lines changed

2 files changed

+329
-75
lines changed

man/xmonad.1

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
.\" Automatically generated by Pandoc 2.9.2.1
1+
.\" Automatically generated by Pandoc 3.1.3
22
.\"
3+
.\" Define V font for inline verbatim, using C font in formats
4+
.\" that render this, and otherwise B font.
5+
.ie "\f[CB]x\f[]"x" \{\
6+
. ftr V B
7+
. ftr VI BI
8+
. ftr VB B
9+
. ftr VBI BI
10+
.\}
11+
.el \{\
12+
. ftr V CR
13+
. ftr VI CI
14+
. ftr VB CB
15+
. ftr VBI CBI
16+
.\}
317
.TH "XMONAD" "1" "27 October 2021" "Tiling Window Manager" ""
418
.hy
519
.SH Name
@@ -191,15 +205,15 @@ xmonad is customized in your \f[I]xmonad.hs\f[R], and then restarted
191205
with mod-q.
192206
You can choose where your configuration file lives by
193207
.IP "1." 3
194-
Setting \f[C]XMONAD_DATA_DIR,\f[R] \f[C]XMONAD_CONFIG_DIR\f[R], and
195-
\f[C]XMONAD_CACHE_DIR\f[R]; \f[I]xmonad.hs\f[R] is then expected to be
196-
in \f[C]XMONAD_CONFIG_DIR\f[R].
208+
Setting \f[V]XMONAD_DATA_DIR,\f[R] \f[V]XMONAD_CONFIG_DIR\f[R], and
209+
\f[V]XMONAD_CACHE_DIR\f[R]; \f[I]xmonad.hs\f[R] is then expected to be
210+
in \f[V]XMONAD_CONFIG_DIR\f[R].
197211
.IP "2." 3
198212
Creating \f[I]xmonad.hs\f[R] in \f[I]\[ti]/.xmonad\f[R].
199213
.IP "3." 3
200-
Creating \f[I]xmonad.hs\f[R] in \f[C]XDG_CONFIG_HOME\f[R].
201-
Note that, in this case, xmonad will use \f[C]XDG_DATA_HOME\f[R] and
202-
\f[C]XDG_CACHE_HOME\f[R] for its data and cache directory respectively.
214+
Creating \f[I]xmonad.hs\f[R] in \f[V]XDG_CONFIG_HOME\f[R].
215+
Note that, in this case, xmonad will use \f[V]XDG_DATA_HOME\f[R] and
216+
\f[V]XDG_CACHE_HOME\f[R] for its data and cache directory respectively.
203217
.PP
204218
You can find many extensions to the core feature set in the xmonad-
205219
contrib package, available through your package manager or from

0 commit comments

Comments
 (0)