mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
Use the DPI setting within the i3-config-wizard and i3-nagbar (#2585)
This commit is contained in:
committed by
Michael Stapelberg
parent
633a9f7b14
commit
f25c3d5e77
@ -854,6 +854,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
xcb_numlock_mask = get_mod_mask_for(XCB_NUM_LOCK, symbols, modmap_reply);
|
||||
|
||||
init_dpi();
|
||||
font = load_font(pattern, true);
|
||||
bold_font = load_font(patternbold, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user