make the default time for the desktop notificatin 875ms
authorDana Jansens <danakj@orodu.net>
Sat, 4 Aug 2007 16:11:04 +0000 (12:11 -0400)
committerDana Jansens <danakj@orodu.net>
Sat, 4 Aug 2007 16:11:08 +0000 (12:11 -0400)
data/rc.xml
openbox/config.c

index b28bf1a..3859f53 100644 (file)
     <name>desktop 2</name>
     -->
   </names>
-  <popupTime>500</popupTime>
+  <popupTime>875</popupTime>
   <!-- The number of milliseconds to show the popup for when switching
        desktops.  Set this to 0 to disable the popup. -->
 </desktops>
index c7d6db3..2bdd196 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);