diff options
Diffstat (limited to 'xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml')
-rw-r--r-- | xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..9669dcf --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-notifyd" version="1.0"> + <property name="applications" type="empty"> + <property name="known_applications" type="array"> + <value type="string" value="org.freedesktop.network-manager-applet"/> + <value type="string" value="org.kde.kdeconnect.daemon"/> + <value type="string" value="xfce4-power-manager"/> + </property> + </property> + <property name="theme" type="string" value="Chicago95"/> + <property name="initial-opacity" type="string" value="1.000000"/> +</channel> |