diff options
author | Alexander Stepanenko <olexander314@gmail.com> | 2014-12-18 00:56:19 +0300 |
---|---|---|
committer | Alexander Stepanenko <olexander314@gmail.com> | 2014-12-18 00:56:19 +0300 |
commit | f28609ca929d427be34ee4ce6cf8e2c6aa89b63d (patch) | |
tree | 7d57bb57502bb2c017b6e11f70d2c51a603b1c1e /src | |
parent | 3d07b21e1da918d3814d3858e34ac1ddc81e64a5 (diff) | |
download | xmobar-f28609ca929d427be34ee4ce6cf8e2c6aa89b63d.tar.gz xmobar-f28609ca929d427be34ee4ce6cf8e2c6aa89b63d.tar.bz2 |
Allow the Xlib automatically choose a font size.
Diffstat (limited to 'src')
-rw-r--r-- | src/XUtil.hsc | 2 |
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. |