summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-03 16:53:33 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-04 02:26:00 +0100
commit12ca673de556b341588a7f67fb2b9417c1e91d6b (patch)
tree7bdeae8b8ea53081d6d3543174a68fb04437ba35 /data
parent6b04ac47e2306b7b37a2f52753a94a7b87515f7a (diff)
Add the manageDesktops option.
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml8
-rw-r--r--data/rc.xsd1
2 files changed, 9 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml
index d164660d..90ec90d1 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -622,9 +622,17 @@
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
<file>menu.xml</file>
<hideDelay>200</hideDelay>
+ <!-- if a press-release lasts longer than this setting (in milliseconds), the
+ menu is hidden again -->
<middle>no</middle>
+ <!-- center submenus vertically about the parent entry -->
<submenuShowDelay>100</submenuShowDelay>
+ <!-- this one is easy, time to delay before showing a submenu after hovering
+ over the parent entry -->
<applicationIcons>yes</applicationIcons>
+ <!-- controls if icons appear in the client-list-(combined-)menu -->
+ <manageDesktops>yes</manageDesktops>
+ <!-- show the manage desktops section in the client-list-(combined-)menu -->
</menu>
<applications>
diff --git a/data/rc.xsd b/data/rc.xsd
index bc8a8fe6..4b7d88d6 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -168,6 +168,7 @@
<xsd:element minOccurs="0" name="middle" type="ob:bool"/>
<xsd:element minOccurs="0" name="submenuShowDelay" type="xsd:integer"/>
<xsd:element minOccurs="0" name="applicationIcons" type="ob:bool"/>
+ <xsd:element minOccurs="0" name="manageDesktops" type="ob:bool"/>
</xsd:complexType>
<xsd:complexType name="window_position">
<xsd:element name="x" type="ob:center_or_int"/>