diff options
author | Jani Välimaa <wally@mageia.org> | 2013-07-27 14:23:12 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2013-07-27 14:23:12 +0000 |
commit | a26fa86423e3907671d79828d1c18afc241f51d4 (patch) | |
tree | 9f86d8c4a82ffe0c807a11f14c6ef479a3e79f15 /data/xfce4 | |
parent | 177ef28aa475a992c742cb741db2d5d433e25dba (diff) | |
download | config-a26fa86423e3907671d79828d1c18afc241f51d4.tar config-a26fa86423e3907671d79828d1c18afc241f51d4.tar.gz config-a26fa86423e3907671d79828d1c18afc241f51d4.tar.bz2 config-a26fa86423e3907671d79828d1c18afc241f51d4.tar.xz config-a26fa86423e3907671d79828d1c18afc241f51d4.zip |
fix mixer panel applet
Diffstat (limited to 'data/xfce4')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 709a0ff..10ec152 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -82,7 +82,10 @@ <property name="expand" type="bool" value="true"/> <property name="style" type="uint" value="0"/> </property> - <property name="plugin-17" type="string" value="xfce4-mixer-plugin"/> + <property name="plugin-17" type="string" value="mixer"/> + <property name="command" type="string" value="xfce4-mixer"/> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + </property> <property name="plugin-18" type="string" value="systray"> <property name="show-frame" type="bool" value="false"/> </property> |