diff options
author | Jani Välimaa <wally@mageia.org> | 2019-02-24 22:01:45 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2019-02-24 22:01:45 +0200 |
commit | 02727a1387e952e66835b482b3b8b132a611945e (patch) | |
tree | bca54e6955a4176c056d6b85a684035331f85869 /data/xfce4/xfconf/xfce-perchannel-xml | |
parent | f9cd0dce4081ae758dd5fd7aa1cde5415ba7fe4d (diff) | |
download | config-02727a1387e952e66835b482b3b8b132a611945e.tar config-02727a1387e952e66835b482b3b8b132a611945e.tar.gz config-02727a1387e952e66835b482b3b8b132a611945e.tar.bz2 config-02727a1387e952e66835b482b3b8b132a611945e.tar.xz config-02727a1387e952e66835b482b3b8b132a611945e.zip |
Panel: Add Xfce settings manager launcher
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 7 |
1 files changed, 6 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 f368f01..7233db4 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -43,7 +43,12 @@ </property> <property name="plugins" type="empty"> <property name="plugin-1" type="string" value="whiskermenu"/> - <property name="plugin-3" type="string" value="separator"/> + <property name="plugin-2" type="string" value="separator"/> + <property name="plugin-3" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="xfce-settings-manager.desktop"/> + </property> + </property> <property name="plugin-4" type="string" value="launcher"> <property name="items" type="array"> <value type="string" value="terminal-emulator.desktop"/> |