]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
make the default time for the desktop notificatin 875ms
[chaz/openbox] / openbox / config.c
index c7d6db30b326ddef17af094760237f2eacb28c44..2bdd1966ef4012297e8c19f2fe15ecfa87cf8558 100644 (file)
@@ -903,7 +903,7 @@ void config_startup(ObParseInst *i)
     config_desktops_num = 4;
     config_screen_firstdesk = 1;
     config_desktops_names = NULL;
-    config_desktop_popup_time = 500;
+    config_desktop_popup_time = 875;
 
     parse_register(i, "desktops", parse_desktops, NULL);
 
This page took 0.022369 seconds and 4 git commands to generate.