diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-13 01:45:05 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-13 01:45:05 +0200 |
| commit | d49e4b0a25c7cc75ade210c7092eea8feb75e692 (patch) | |
| tree | 2a38c3846dee25d0d83c820de6bade62f54db90f /config/Thunar/uca.xml | |
| parent | 1fe841b80b6284737661870c87abbc26ecba4109 (diff) | |
restructure
Diffstat (limited to 'config/Thunar/uca.xml')
| -rw-r--r-- | config/Thunar/uca.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/Thunar/uca.xml b/config/Thunar/uca.xml new file mode 100644 index 0000000..04a6748 --- /dev/null +++ b/config/Thunar/uca.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<actions> +<action> + <icon>utilities-terminal</icon> + <name>Open Terminal Here</name> + <unique-id>1731260116923518-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> +</actions> |
