diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-11-12 16:47:21 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-11-12 16:47:21 +0800 |
commit | f37643e5d14eaae7e9c42d6c8ebd4aad94533484 (patch) | |
tree | dc8a2bb96f1660d0a4abe9455b9e8ae85b67729b /.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | |
parent | 886eab400e2883b9424243b72af3002896781e02 (diff) | |
download | dotfiles-f37643e5d14eaae7e9c42d6c8ebd4aad94533484.tar.bz2 |
Removed some dotfiles/.config/
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml')
-rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml deleted file mode 100644 index 2408704..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<channel name="xfce4-appfinder" version="1.0"> - <property name="actions" type="array"> - <value type="int" value="4"/> - <value type="int" value="3"/> - <value type="int" value="2"/> - <value type="int" value="1"/> - <property name="action-4" type="empty"> - <property name="type" type="int" value="0"/> - <property name="pattern" type="string" value="#"/> - <property name="command" type="string" value="exo-open --launch TerminalEmulator man %s"/> - <property name="save" type="bool" value="false"/> - </property> - <property name="action-3" type="empty"> - <property name="type" type="int" value="0"/> - <property name="pattern" type="string" value="!w"/> - <property name="command" type="string" value="exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%s"/> - <property name="save" type="bool" value="false"/> - </property> - <property name="action-2" type="empty"> - <property name="type" type="int" value="0"/> - <property name="pattern" type="string" value="!"/> - <property name="command" type="string" value="exo-open --launch TerminalEmulator %s"/> - <property name="save" type="bool" value="true"/> - </property> - <property name="action-1" type="empty"> - <property name="type" type="int" value="1"/> - <property name="pattern" type="string" value="^(file|http|https):\/\/(.*)$"/> - <property name="command" type="string" value="exo-open \0"/> - <property name="save" type="bool" value="false"/> - </property> - </property> - <property name="last" type="empty"> - <property name="window-height" type="int" value="400"/> - <property name="window-width" type="int" value="400"/> - <property name="pane-position" type="int" value="180"/> - </property> -</channel> |