summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-08-04 12:11:04 -0400
committerDana Jansens <danakj@orodu.net>2007-08-04 12:11:08 -0400
commit29e94a9e59bc2bf7269a0c87acbfa61615ba703d (patch)
treef05859ecf76abfc9106f07b7a058f987d2b4fe78
parent82438c21ec72d43167687a7355309d41fdcbcc73 (diff)
make the default time for the desktop notificatin 875ms
-rw-r--r--data/rc.xml2
-rw-r--r--openbox/config.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xml b/data/rc.xml
index b28bf1a9..3859f537 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -116,7 +116,7 @@
<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>
diff --git a/openbox/config.c b/openbox/config.c
index c7d6db30..2bdd1966 100644
--- a/openbox/config.c
+++ b/openbox/config.c
@@ -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);