diff options
-rw-r--r-- | doc/compiling.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/compiling.org b/doc/compiling.org index 4e0125e..977ef2b 100644 --- a/doc/compiling.org +++ b/doc/compiling.org @@ -85,7 +85,9 @@ enters a high-CPU regime right after starting. - =with_xrender= Enables the main bar background alpha parameter. Requires - the [[http://hackage.haskell.org/package/X11-xft/][X11-xft]] package. + the [[http://hackage.haskell.org/package/X11-xft/][X11-xft]] package. The Xrender extension is not compatible with 10-bit + colour modes, i.e., setting ~DefaultDepth~ to 30 in your Xorg + configuration. See discussion in [[https://codeberg.org/xmobar/xmobar/issues/651][issue 651]] for details. - =with_xpm= Support for xpm image file format. This will allow loading .xpm files in =<icon>=. Requires the [[http://cgit.freedesktop.org/xorg/lib/libXpm][libXpm]] C library. |