thunar
This commit is contained in:
parent
c9c194eb66
commit
0c9602b2e5
1 changed files with 14 additions and 0 deletions
14
Thunar/uca.xml
Normal file
14
Thunar/uca.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<actions>
|
||||
<action>
|
||||
<icon>utilities-terminal</icon>
|
||||
<name>Open Terminal Here</name>
|
||||
<submenu></submenu>
|
||||
<command>(cd "%f" && st)</command>
|
||||
<description>Open terminal in specified directory</description>
|
||||
<range></range>
|
||||
<patterns>*</patterns>
|
||||
<startup-notify/>
|
||||
<directories/>
|
||||
</action>
|
||||
</actions>
|
Loading…
Reference in a new issue