]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
replace real_transparency option with an autodetect of composite manager.
[chaz/tint2] / src / config.c
index f4e91a8b9da78694f1a929c0cf08d6e7f0fa5c60..db0f1f81042ceae2a342839b023f745f99b75fed 100644 (file)
@@ -295,8 +295,6 @@ void add_entry (char *key, char *value)
                panel_dock = atoi (value);
        else if (strcmp (key, "urgent_nb_of_blink") == 0)
                max_tick_urgent = (atoi (value) * 2) + 1;
-       else if (strcmp (key, "real_transparency") == 0)
-               real_transparency = atoi(value);
        else if (strcmp (key, "panel_layer") == 0) {
                if (strcmp(value, "bottom") == 0)
                        panel_layer = BOTTOM_LAYER;
This page took 0.020128 seconds and 4 git commands to generate.