Codebase list i3-gaps / f25c3d5
Use the DPI setting within the i3-config-wizard and i3-nagbar (#2585) mihaicmn authored 7 years ago Michael Stapelberg committed 7 years ago
2 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
853853
854854 xcb_numlock_mask = get_mod_mask_for(XCB_NUM_LOCK, symbols, modmap_reply);
855855
856 init_dpi();
856857 font = load_font(pattern, true);
857858 bold_font = load_font(patternbold, true);
858859
467467 color_border_bottom = draw_util_hex_to_color("#ab7100");
468468 }
469469
470 init_dpi();
470471 font = load_font(pattern, true);
471472 set_font(&font);
472473