]> Dogcows Code - chaz/tint2/blobdiff - src/panel.c
*fix* do not multiply max_tick_urgent by 2 because the user should decide whether...
[chaz/tint2] / src / panel.c
index c8c945eea244d03a3f7d31a7a8a5b13222594512..6e7051cf5cd17981e49767415171684191fbfb19 100644 (file)
@@ -87,7 +87,7 @@ void default_panel()
        panel_dock = 0;  // default not in the dock
        panel_layer = BOTTOM_LAYER;  // default is bottom layer
        wm_menu = 0;
-       max_tick_urgent = 7;
+       max_tick_urgent = 14;
        backgrounds = g_array_new(0, 0, sizeof(Background));
 
        memset(&panel_config, 0, sizeof(Panel));
This page took 0.019697 seconds and 4 git commands to generate.