diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- Replace pnmixer with xfce4-pulseaudio-plugin + Version 4.120.6.1 - 2016-08-07 - Update app menu icon (mga#18579) - Create a new xfconf settings property for LockCommand (used in xflock4) diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 16cd24a..f368f01 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -21,6 +21,7 @@ <value type="int" value="9"/> <value type="int" value="10"/> <value type="int" value="11"/> + <value type="int" value="12"/> <value type="int" value="18"/> <value type="int" value="19"/> <value type="int" value="20"/> @@ -73,6 +74,9 @@ <property name="expand" type="bool" value="true"/> <property name="style" type="uint" value="0"/> </property> + <property name="plugin-12" type="string" value="pulseaudio"> + <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> |