mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
16 lines
448 B
XML
16 lines
448 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<actions>
|
|
<action>
|
|
<icon>utilities-terminal</icon>
|
|
<name>Open Terminal Here</name>
|
|
<submenu></submenu>
|
|
<unique-id>xfce-open-terminal-here</unique-id>
|
|
<command>xfce4-terminal --working-directory %f</command>
|
|
<description>Open xfce4-terminal in this directory</description>
|
|
<range></range>
|
|
<patterns>*</patterns>
|
|
<startup-notify/>
|
|
<directories/>
|
|
</action>
|
|
</actions>
|