diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-16 04:27:25 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-16 04:27:25 +0200 |
| commit | 66337b64c168637221db91bc5e9ecb8491288086 (patch) | |
| tree | dc34cd9c031baf546fa515fcff20435904191ddd /config/xfce4/panel/xfce4-clipman-actions.xml | |
| parent | 062610bea43b8b31d30039e037f72506d78d5879 (diff) | |
missing cfgs
Diffstat (limited to 'config/xfce4/panel/xfce4-clipman-actions.xml')
| -rw-r--r-- | config/xfce4/panel/xfce4-clipman-actions.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/xfce4/panel/xfce4-clipman-actions.xml b/config/xfce4/panel/xfce4-clipman-actions.xml new file mode 100644 index 0000000..9d8cf34 --- /dev/null +++ b/config/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 "\0"</exec> + </command> + <command> + <name>Edit with Gimp</name> + <exec>gimp "\0"</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 |
