Created
October 9, 2019 08:17
-
-
Save Yousefjb/7de3f736ae891e129b1db9eaa15b54a2 to your computer and use it in GitHub Desktop.
~/.config/Thunar/uca.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml encoding="UTF-8" version="1.0"?> | |
<actions> | |
<action> | |
<icon>utilities-terminal</icon> | |
<name>Open Terminal Here</name> | |
<unique-id>1556175454383383-1</unique-id> | |
<command>exo-open --working-directory %f --launch TerminalEmulator</command> | |
<description></description> | |
<patterns>*</patterns> | |
<directories/> | |
<audio-files/> | |
<image-files/> | |
<other-files/> | |
<text-files/> | |
<video-files/> | |
</action> | |
</actions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment