]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/main.c
ipc: rename COMMAND to RUN_COMMAND for consistency (#2956)
[i3/i3] / i3bar / src / main.c
index be684fc5d1f32b935f994e876dd1a203718bdc37..910e952482f0d788b46747ac0b9bab396242f7c5 100644 (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. */