diff options
author | jao <jao@gnu.org> | 2022-11-16 20:07:33 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-11-16 20:07:56 +0000 |
commit | 1e58dfb85be69d4a7166e6762f77b7232d3e87d5 (patch) | |
tree | d85452018c8cba1613a6c06c213aa9f742c65a95 /doc/compiling.org | |
parent | 26726e092beb0851743c3fb046e82ce323d818e6 (diff) | |
download | xmobar-1e58dfb85be69d4a7166e6762f77b7232d3e87d5.tar.gz xmobar-1e58dfb85be69d4a7166e6762f77b7232d3e87d5.tar.bz2 |
docs: warning for 10-bit colour and Xrender (issue #651)
Diffstat (limited to 'doc/compiling.org')
-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. |