aboutsummaryrefslogtreecommitdiff
path: root/xfce4/panel/xfce4-clipman-actions.xml
diff options
context:
space:
mode:
authorKyle Javier2021-09-27 00:24:47 -0400
committerKyle Javier2021-09-27 00:26:30 -0400
commit9abdfbac8fa18a67c5c1a731e837a81e7c992e3e (patch)
tree301a382c87f4c0f46674281cd9e242e9e2faacca /xfce4/panel/xfce4-clipman-actions.xml
parent0c04f4a8f298db68b51d72bffa4a7c721a5496eb (diff)
added xfce4 dotfiles and changed some gtk settings
Diffstat (limited to 'xfce4/panel/xfce4-clipman-actions.xml')
-rw-r--r--xfce4/panel/xfce4-clipman-actions.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/xfce4/panel/xfce4-clipman-actions.xml b/xfce4/panel/xfce4-clipman-actions.xml
new file mode 100644
index 0000000..84ea9b3
--- /dev/null
+++ b/xfce4/panel/xfce4-clipman-actions.xml
@@ -0,0 +1,44 @@
+<?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