summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlexander Stepanenko <olexander314@gmail.com>2014-12-18 00:56:19 +0300
committerAlexander Stepanenko <olexander314@gmail.com>2014-12-18 00:56:19 +0300
commitf28609ca929d427be34ee4ce6cf8e2c6aa89b63d (patch)
tree7d57bb57502bb2c017b6e11f70d2c51a603b1c1e
parent3d07b21e1da918d3814d3858e34ac1ddc81e64a5 (diff)
downloadxmobar-f28609ca929d427be34ee4ce6cf8e2c6aa89b63d.tar.gz
xmobar-f28609ca929d427be34ee4ce6cf8e2c6aa89b63d.tar.bz2
Allow the Xlib automatically choose a font size.
-rw-r--r--src/XUtil.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XUtil.hsc b/src/XUtil.hsc
index 1217452..f7b36ca 100644
--- a/src/XUtil.hsc
+++ b/src/XUtil.hsc
@@ -92,7 +92,7 @@ initFont d s =
#endif
miscFixedFont :: String
-miscFixedFont = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
+miscFixedFont = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
-- | Given a fontname returns the font structure. If the font name is
-- not valid the default font will be loaded and returned.