diff options
| author | Kyle Javier | 2021-09-27 00:24:47 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-27 00:26:30 -0400 |
| commit | 9abdfbac8fa18a67c5c1a731e837a81e7c992e3e (patch) | |
| tree | 301a382c87f4c0f46674281cd9e242e9e2faacca /Thunar/uca.xml | |
| parent | 0c04f4a8f298db68b51d72bffa4a7c721a5496eb (diff) | |
added xfce4 dotfiles and changed some gtk settings
Diffstat (limited to 'Thunar/uca.xml')
| -rw-r--r-- | Thunar/uca.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Thunar/uca.xml b/Thunar/uca.xml new file mode 100644 index 0000000..26e0273 --- /dev/null +++ b/Thunar/uca.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<actions> +<action> + <icon>utilities-terminal</icon> + <name>Open Terminal Here</name> + <unique-id>1601790652249199-1</unique-id> + <command>exo-open --working-directory %f --launch TerminalEmulator</command> + <description>Example for a custom action</description> + <patterns>*</patterns> + <startup-notify/> + <directories/> +</action> +<action> + <icon>folder-visiting</icon> + <name>Open as ROOT</name> + <unique-id>1601859832500541-1</unique-id> + <command>gksudo dbus-launch thunar %f </command> + <description></description> + <patterns>*</patterns> + <directories/> +</action> +<action> + <icon>text-x-makefile</icon> + <name>Edit as ROOT</name> + <unique-id>1601859882692361-2</unique-id> + <command>gksudo dbus-launch xed %f</command> + <description></description> + <patterns>*</patterns> + <other-files/> + <text-files/> +</action> +</actions> |
