update default fonts for i3-{input,config-wizard,nagbar}

We’ve done this a while ago in i3.config itself, but the tools in
question aren’t hooked up to that setting, so we need to do it here as
well.
This commit is contained in:
Michael Stapelberg
2015-03-26 10:03:30 +01:00
parent 7d49f55c55
commit ad31b13cb6
3 changed files with 4 additions and 4 deletions

View File

@ -317,7 +317,7 @@ static int handle_key_press(void *ignored, xcb_connection_t *conn, xcb_key_press
int main(int argc, char *argv[]) {
format = strdup("%s");
socket_path = getenv("I3SOCK");
char *pattern = sstrdup("-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1");
char *pattern = sstrdup("pango:monospace 8");
int o, option_index = 0;
static struct option long_options[] = {