Add xfconf config

This commit is contained in:
Ratmir Karabut
2025-05-09 00:44:21 +03:00
commit 2acf28b3a9
18 changed files with 797 additions and 0 deletions
@@ -0,0 +1,30 @@
<?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="com.nextcloud.desktopclient.nextcloud"/>
<value type="string" value="com.slack.Slack"/>
<value type="string" value="discord"/>
<value type="string" value="Firefox"/>
<value type="string" value="mumble"/>
<value type="string" value="obs"/>
<value type="string" value="org.freedesktop.network-manager-applet"/>
<value type="string" value="Thunderbird"/>
<value type="string" value="Transmission"/>
<value type="string" value="Xfce volume control"/>
<value type="string" value="Xfce4-notifyd settings"/>
<value type="string" value="xfce4-settings-helper"/>
<value type="string" value="yandex-browser"/>
</property>
</property>
<property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/>
<property name="theme" type="string" value="Chicago95"/>
<property name="initial-opacity" type="double" value="1"/>
<property name="expire-timeout" type="int" value="2"/>
<property name="do-fadeout" type="bool" value="false"/>
<property name="notification-log" type="bool" value="true"/>
<property name="log-level" type="string" value="always"/>
<property name="do-slideout" type="bool" value="false"/>
</channel>