Use the DPI setting within the i3bar (#2556)

This commit is contained in:
mihaicmn
2016-11-12 16:34:54 +02:00
committed by Michael Stapelberg
parent 6e519e18e1
commit ad7dec31d5
4 changed files with 17 additions and 13 deletions

View File

@ -149,6 +149,8 @@ int main(int argc, char **argv) {
socket_path = expand_path(i3_default_sock_path);
}
init_dpi();
init_outputs();
if (init_connection(socket_path)) {
/* Request the bar configuration. When it arrives, we fill the config array. */