|
1 |
| -.\" Automatically generated by Pandoc 2.9.2.1 |
| 1 | +.\" Automatically generated by Pandoc 3.1.3 |
2 | 2 | .\"
|
| 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 | +.\} |
3 | 17 | .TH "XMONAD" "1" "27 October 2021" "Tiling Window Manager" ""
|
4 | 18 | .hy
|
5 | 19 | .SH Name
|
@@ -191,15 +205,15 @@ xmonad is customized in your \f[I]xmonad.hs\f[R], and then restarted
|
191 | 205 | with mod-q.
|
192 | 206 | You can choose where your configuration file lives by
|
193 | 207 | .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]. |
197 | 211 | .IP "2." 3
|
198 | 212 | Creating \f[I]xmonad.hs\f[R] in \f[I]\[ti]/.xmonad\f[R].
|
199 | 213 | .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. |
203 | 217 | .PP
|
204 | 218 | You can find many extensions to the core feature set in the xmonad-
|
205 | 219 | contrib package, available through your package manager or from
|
|
0 commit comments