blob: 771ed518bbb6fd7e0e2ee2a9fb3b7048075a2d84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.1" encoding="UTF-8"?>
<channel name="xfce4-notifyd" version="1.0">
<property name="log-max-size-enabled" type="bool" value="true"/>
<property name="applications" type="empty">
<property name="known_applications" type="array">
<value type="string" value="discord"/>
<value type="string" value="Firefox"/>
<value type="string" value="fr.handbrake.ghb"/>
<value type="string" value="notify-send"/>
<value type="string" value="org.freedesktop.network-manager-applet"/>
<value type="string" value="org.xfce.Thunar"/>
<value type="string" value="signal"/>
<value type="string" value="Studio"/>
<value type="string" value="Transmission"/>
<value type="string" value="vlc"/>
<value type="string" value="Xfce volume control"/>
<value type="string" value="xfce4-settings-helper"/>
</property>
</property>
<property name="do-not-disturb" type="bool" value="false"/>
</channel>
|