aboutsummaryrefslogtreecommitdiff
path: root/.config/xfce4/panel/xfce4-clipman-actions.xml
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-21 06:34:01 -0400
committerBlista Kanjo2023-06-21 06:34:01 -0400
commitbd5562e3c1239f17cee9cf20d647d4f5324ef345 (patch)
treee240642b91427f522416c9125df7737eb7f63067 /.config/xfce4/panel/xfce4-clipman-actions.xml
parentbf180c9814196910d641f625c5b531c0320528f2 (diff)
delete: unrelated applications
Diffstat (limited to '.config/xfce4/panel/xfce4-clipman-actions.xml')
-rw-r--r--.config/xfce4/panel/xfce4-clipman-actions.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/.config/xfce4/panel/xfce4-clipman-actions.xml b/.config/xfce4/panel/xfce4-clipman-actions.xml
deleted file mode 100644
index 84ea9b3..0000000
--- a/.config/xfce4/panel/xfce4-clipman-actions.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<actions>
- <action>
- <name>Bugz</name>
- <regex>bug\s*#?\s*([0-9]+)</regex>
- <group>0</group>
- <commands>
- <command>
- <name>GNOME Bug</name>
- <exec>exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
- </command>
- <command>
- <name>Xfce Bug</name>
- <exec>exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
- </command>
- </commands>
- </action>
- <action>
- <name>Image</name>
- <regex>(http|ftp).+\.(jpg|png|gif)</regex>
- <group>0</group>
- <commands>
- <command>
- <name>View with Ristretto</name>
- <exec>ristretto &quot;\0&quot;</exec>
- </command>
- <command>
- <name>Edit with Gimp</name>
- <exec>gimp-remote &quot;\0&quot;</exec>
- </command>
- </commands>
- </action>
- <action>
- <name>Long URL</name>
- <regex>http://[^\s]{120,}</regex>
- <group>0</group>
- <commands>
- <command>
- <name>Shrink the URL</name>
- <exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
- </command>
- </commands>
- </action>
-</actions> \ No newline at end of file