diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml | 4 | ||||
| -rw-r--r-- | data/rc.xsd | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/data/rc.xml b/data/rc.xml index 7c37928e..6e8445aa 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -634,10 +634,10 @@ submenu will not be shown until it is clicked on --> <submenuHideDelay>400</submenuHideDelay> <!-- time to delay before hiding a submenu when selecting another - entry in parent menu --> + entry in parent menu if this is a negative value, then the delay is infinite and the submenu will not be hidden until a different submenu is opened --> - <applicationIcons>yes</applicationIcons> + <showIcons>yes</showIcons> <!-- controls if icons appear in the client-list-(combined-)menu --> <manageDesktops>yes</manageDesktops> <!-- show the manage desktops section in the client-list-(combined-)menu --> diff --git a/data/rc.xsd b/data/rc.xsd index e2850336..fb7da522 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -393,7 +393,8 @@ <xsd:enumeration value="InactiveWindow"/> <xsd:enumeration value="MenuHeader"/> <xsd:enumeration value="MenuItem"/> - <xsd:enumeration value="OnScreenDisplay"/> + <xsd:enumeration value="ActiveOnScreenDisplay"/> + <xsd:enumeration value="InactiveOnScreenDisplay"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="fontweight"> |
