]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
added possibility to put tint2 into the windowmanagers dock
[chaz/tint2] / src / config.c
index 6b79b2430f3ae040eb90326baec29d5f7fb5ffaf..9396dcb3ce2f4205f05f4a7f9295304c9ef02c3a 100644 (file)
@@ -338,6 +338,8 @@ void add_entry (char *key, char *value)
        }
        else if (strcmp (key, "wm_menu") == 0)
                wm_menu = atoi (value);
+       else if (strcmp (key, "panel_dock") == 0)
+               panel_dock = atoi (value);
        else if (strcmp (key, "urgent_nb_of_blink") == 0)
                max_tick_urgent = (atoi (value) * 2) + 1;
 
This page took 0.0226 seconds and 4 git commands to generate.