OSDN Git Service

[add] : Added notifyd config. v1.4
authorhayao <shun819.mail@gmail.com>
Mon, 20 Apr 2020 00:02:07 +0000 (09:02 +0900)
committerhayao <shun819.mail@gmail.com>
Mon, 20 Apr 2020 00:02:07 +0000 (09:02 +0900)
xfce4/panel/whiskermenu-3.rc
xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml [new file with mode: 0644]

index d9ed00d..6300e02 100644 (file)
@@ -1,4 +1,4 @@
-favorites=chromium.desktop,thunderbird.desktop,vlc.desktop,leafpad.desktop,code-oss.desktop,xfce4-screenshooter.desktop
+favorites=chromium.desktop,thunderbird.desktop,vlc.desktop,xfce4-screenshooter.desktop
 recent=
 button-title=Alter
 button-icon=alter
diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
new file mode 100644 (file)
index 0000000..2c182ad
--- /dev/null
@@ -0,0 +1,16 @@
+<?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="nm-applet"/>
+    </property>
+  </property>
+  <property name="primary-monitor" type="uint" value="0"/>
+  <property name="notify-location" type="uint" value="3"/>
+  <property name="log-level" type="uint" value="0"/>
+  <property name="log-level-apps" type="uint" value="0"/>
+  <property name="initial-opacity" type="double" value="1.000000"/>
+  <property name="do-slideout" type="bool" value="true"/>
+  <property name="expire-timeout" type="int" value="5"/>
+</channel>