aboutsummaryrefslogtreecommitdiff
path: root/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
diff options
context:
space:
mode:
authorkj_sh6042025-12-29 14:17:31 -0500
committerkj_sh6042025-12-29 14:17:31 -0500
commitb8d6d9a1bb88444f592c04cd7f40de31b7516c6e (patch)
treed2f4cc46f65e90c8252ac21c4c0392b7478616e0 /.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
parent892e370ef37a778851152a5d71f855fbe49b0928 (diff)
refactor: go back to less-volatile `.xml` files
f08c428f678dca0e5d82476340638b0b31f5cc0e was a mistake
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml')
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml46
1 files changed, 0 insertions, 46 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 9b86c0d..0000000
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.1" encoding="UTF-8"?>
-
-<channel name="xfce4-appfinder" version="1.0">
- <property name="last" type="empty">
- <property name="window-height" type="int" value="422"/>
- <property name="window-width" type="int" value="580"/>
- <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>