Files
sway/.config/Thunar/uca.xml
Richard Viskovic 7d26f76e08 Update uca.xml
Add a description to the custom action.
2024-10-01 21:08:41 +13:00

14 lines
371 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<icon>utilities-terminal</icon>
<name>Open Terminal Here</name>
<unique-id>1611168259857250-1</unique-id>
<command>sh -c &apos;cd %f; footclient&apos;</command>
<description>Open a terminal at the current location</description>
<patterns>*</patterns>
<startup-notify/>
<directories/>
</action>
</actions>