]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
strut_policy=minimum possible even if autohide disabled
[chaz/tint2] / src / config.c
index 6233eccc36d8f48d33b903b856265edc01066d2a..1175660b4d45e74c13717a2f90ca50c825cdf1d8 100644 (file)
@@ -283,10 +283,10 @@ void add_entry (char *key, char *value)
        else if (strcmp (key, "panel_layer") == 0) {
                if (strcmp(value, "bottom") == 0)
                        panel_layer = BOTTOM_LAYER;
-               else if (strcmp(value, "normal") == 0)
-                       panel_layer = NORMAL_LAYER;
                else if (strcmp(value, "top") == 0)
                        panel_layer = TOP_LAYER;
+               else
+                       panel_layer = NORMAL_LAYER;
        }
 
        /* Battery */
This page took 0.022838 seconds and 4 git commands to generate.