[Xfce4-commits] <libxfce4ui:master> Enable startup notification in xfce4-appfinder shortcuts.

Nick Schermer noreply at xfce.org
Fri Apr 20 20:26:01 CEST 2012


Updating branch refs/heads/master
         to 3adc1a58fbd91aeac87c01626a4051a6b02e1f39 (commit)
       from 5e15e5d80c7ea00ece00c1f6375d19dbb0a42800 (commit)

commit 3adc1a58fbd91aeac87c01626a4051a6b02e1f39
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Apr 20 20:23:57 2012 +0200

    Enable startup notification in xfce4-appfinder shortcuts.

 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
index 60b3b3c..cf1978d 100644
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
@@ -4,8 +4,12 @@
   <property name="commands" type="empty">
     <property name="default" type="empty">
       <property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/>
-      <property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed"/>
-      <property name="<Alt>F3" type="string" value="xfce4-appfinder"/>
+      <property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed">
+        <property name="startup-notify" type="bool" value="true"/>
+      </property>
+      <property name="<Alt>F3" type="string" value="xfce4-appfinder">
+        <property name="startup-notify" type="bool" value="true"/>
+      </property>
       <property name="<Control><Alt>Delete" type="string" value="xflock4"/>
       <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
       <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>


More information about the Xfce4-commits mailing list