diff options
| author | Anton Bobov <anton@bobov.name> | 2025-11-09 20:49:45 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-11-09 20:49:45 +0500 |
| commit | 76c88387e6ba4e5da22d0cd75c1a3888b758453e (patch) | |
| tree | 700383b876b8587ff85d899bc5b1177ff44d1d02 /files | |
| parent | 3b1e80e2c58a4a66d30be6597102b6302ac0cd0e (diff) | |
xfce4: Add appfinder config
Diffstat (limited to 'files')
| -rw-r--r-- | files/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/files/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/files/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..e02a400 --- /dev/null +++ b/files/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-appfinder" version="1.0"> + <property name="window-width" type="int" value="958"/> + <property name="window-height" type="int" value="1136"/> + <property name="close-after-execute" type="bool" value="true"/> + <property name="last" type="empty"> + <property name="window-height" type="int" value="504"/> + <property name="window-width" type="int" value="870"/> + <property name="pane-position" type="int" value="180"/> + </property> + <property name="actions" type="array"> + <value type="int" value="3"/> + <value type="int" value="2"/> + <value type="int" value="1"/> + <value type="int" value="5"/> + <value type="int" value="7"/> + <value type="int" value="13"/> + <value type="int" value="4"/> + <value type="int" value="6"/> + <value type="int" value="8"/> + <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 name="action-5" type="empty"> + <property name="pattern" type="string" value="?"/> + <property name="command" type="string" value="exo-open --launch WebBrowser 'https://www.google.com/search?q=%s'"/> + </property> + <property name="action-7" type="empty"> + <property name="pattern" type="string" value="^ocr$"/> + <property name="command" type="string" value="$HOME/.dotfiles/files/bin/ocr_screen eng+rus"/> + <property name="type" type="int" value="1"/> + </property> + <property name="action-13" type="empty"> + <property name="pattern" type="string" value="??"/> + <property name="command" type="string" value="exo-open --launch WebBrowser 'https://duckduckgo.com/?q=\ %s'"/> + </property> + <property name="action-4" type="empty"> + <property name="pattern" type="string" value="y?"/> + <property name="command" type="string" value="exo-open --launch WebBrowser 'https://www.youtube.com/results?search_query=%s'"/> + </property> + <property name="action-6" type="empty"> + <property name="pattern" type="string" value="cr?"/> + <property name="command" type="string" value="exo-open --launch WebBrowser 'https://context.reverso.net/translation/russian-english/%s'"/> + </property> + <property name="action-8" type="empty"> + <property name="pattern" type="string" value="mvn?"/> + <property name="command" type="string" value="exo-open --launch WebBrowser 'https://mvnrepository.com/search?q=%s'"/> + </property> + </property> + <property name="icon-view" type="bool" value="false"/> + <property name="text-beside-icons" type="bool" value="false"/> + <property name="hide-category-pane" type="bool" value="true"/> + <property name="hide-window-decorations" type="bool" value="false"/> + <property name="sort-by-frecency" type="bool" value="false"/> +</channel> |
