diff options
| author | Kyle Javier | 2021-09-27 00:24:47 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-27 00:26:30 -0400 |
| commit | 9abdfbac8fa18a67c5c1a731e837a81e7c992e3e (patch) | |
| tree | 301a382c87f4c0f46674281cd9e242e9e2faacca /xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | |
| parent | 0c04f4a8f298db68b51d72bffa4a7c721a5496eb (diff) | |
added xfce4 dotfiles and changed some gtk settings
Diffstat (limited to 'xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml')
| -rw-r--r-- | xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..4439c90 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-appfinder" version="1.0"> + <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> + <property name="actions" type="array"> + <value type="int" value="5"/> + <value type="int" value="4"/> + <value type="int" value="3"/> + <value type="int" value="2"/> + <value type="int" value="1"/> + <property name="action-5" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="/"/> + <property name="command" type="string" value="exo-open --launch FileManager %S"/> + <property name="save" type="bool" value="false"/> + </property> + <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> +</channel> |
