]> git.sur5r.net Git - i3/i3/commitdiff
i3bar: change default font to the i3 default one
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 22 Oct 2011 14:00:31 +0000 (15:00 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 22 Oct 2011 14:00:31 +0000 (15:00 +0100)
i3bar/src/xcb.c

index e9cc6ea103e3fa624e774821d7ffb50cf9d456cf..b5b79ae2e4c32a6570557c282279bcb4ce1dffe5 100644 (file)
@@ -897,10 +897,8 @@ char *init_xcb_early() {
  */
 void init_xcb_late(char *fontname) {
     if (fontname == NULL) {
-        /* This is a very restrictive default. More sensefull would be something like
-         * "-misc-*-*-*-*--*-*-*-*-*-*-*-*". But since that produces very ugly results
-         * on my machine, let's stick with this until we have a configfile */
-        fontname = "-misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso10646-1";
+        /* XXX: font fallback to 'misc' like i3 does it would be good. */
+        fontname = "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1";
     }
 
     /* We load and allocate the font */