diff options
author | jao <jao@gnu.org> | 2022-10-17 02:25:37 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-17 02:25:37 +0100 |
commit | fa38f5dd3d31bf54a2105bf341e247376b8e9422 (patch) | |
tree | d78fe4e2bb1b3b39e8f8640b6105901f872ab76c /doc/using-haskell.org | |
parent | d17d7e2a653f9ae57a92134621fef0927b17a339 (diff) | |
download | xmobar-fa38f5dd3d31bf54a2105bf341e247376b8e9422.tar.gz xmobar-fa38f5dd3d31bf54a2105bf341e247376b8e9422.tar.bz2 |
documentation nit
Diffstat (limited to 'doc/using-haskell.org')
-rw-r--r-- | doc/using-haskell.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using-haskell.org b/doc/using-haskell.org index 6b01bc0..33228c7 100644 --- a/doc/using-haskell.org +++ b/doc/using-haskell.org @@ -26,7 +26,7 @@ config :: Config config = defaultConfig - { font = "xft:Terminus-8", + { font = "DejaVu Sans Mono 9", allDesktops = True, alpha = 200, commands = |