diff options
author | Jani Välimaa <wally@mageia.org> | 2012-11-10 13:47:57 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-11-10 13:47:57 +0000 |
commit | fff8349c656348e215f7a01614f25aedc3d1c4cf (patch) | |
tree | dd77a73bfceb0f29b89e9686ce8b8f9ae055761d /data/xfce4/xfconf | |
parent | c92ab367b15bfb2cddc1e9dfcf7debdf171406c0 (diff) | |
download | config-fff8349c656348e215f7a01614f25aedc3d1c4cf.tar config-fff8349c656348e215f7a01614f25aedc3d1c4cf.tar.gz config-fff8349c656348e215f7a01614f25aedc3d1c4cf.tar.bz2 config-fff8349c656348e215f7a01614f25aedc3d1c4cf.tar.xz config-fff8349c656348e215f7a01614f25aedc3d1c4cf.zip |
another fix for appfinder starting "hidden"
Previously only Alt+F2 was fixed. Now Alt+F3 is fixed too.
Diffstat (limited to 'data/xfce4/xfconf')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 6c5908d..3e847d4 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -7,7 +7,7 @@ <property name="<Alt>F2" type="string" value="xfce4-appfinder --replace --collapsed"> <property name="startup-notify" type="bool" value="true"/> </property> - <property name="<Alt>F3" type="string" value="xfce4-appfinder"> + <property name="<Alt>F3" type="string" value="xfce4-appfinder --replace"> <property name="startup-notify" type="bool" value="true"/> </property> <property name="<Control><Alt>Delete" type="string" value="xflock4"/> |