]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
*add* allow xrandr names (hopefully works)
[chaz/tint2] / src / tint.c
index 23970f087b32a91208cd67881bdc0cf48922f07b..2c30f3731f1405277199c14d558df643c4078e8e 100644 (file)
@@ -692,6 +692,8 @@ int main (int argc, char *argv[])
 
        init (argc, argv);
        init_config();
+       init_X11();
+
        i = 0;
        if (config_path)
                i = config_read_file (config_path);
@@ -703,7 +705,6 @@ int main (int argc, char *argv[])
                exit(1);
        }
 
-       init_X11();
        init_panel();
        cleanup_config();
        if (snapshot_path) {
This page took 0.023292 seconds and 4 git commands to generate.