diff options
author | jao <jao@gnu.org> | 2022-09-15 12:23:56 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-15 12:23:56 +0100 |
commit | 123fbce476fdc8deee41785c0c20c09f0a05da8e (patch) | |
tree | 7d2222a45a34d2a2484fea220c0fcc88d09f4c01 /doc/compiling.org | |
parent | 895704ce7e093c84d7aec806bac98a51c0ab3a01 (diff) | |
download | xmobar-123fbce476fdc8deee41785c0c20c09f0a05da8e.tar.gz xmobar-123fbce476fdc8deee41785c0c20c09f0a05da8e.tar.bz2 |
cairo: flags: with_xft gone and with_cairo true by default
Diffstat (limited to 'doc/compiling.org')
-rw-r--r-- | doc/compiling.org | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/compiling.org b/doc/compiling.org index dabcec6..b967292 100644 --- a/doc/compiling.org +++ b/doc/compiling.org @@ -57,11 +57,8 @@ them to =stack= directly: - =with_threaded= Uses GHC's threaded runtime. Use this option if xmobar enters a high-CPU regime right after starting. - - =with_xft= Antialiased font support. Deprecated: use =with_cairo= instead. - - =with_cairo= Antialiased fonts via Cairo/Pango. Requires the [[http://hackage.haskell.org/package/X11-xft/][X11-xft]] - package. This option automatically enables UTF-8. To use XFT fonts you - can use their fontconfig name, e.g + package. To use XFT fonts you can use their fontconfig name, e.g #+begin_src haskell font = "Iosevka Medium 10" |