* Added build-wk script * This will (hopefully) keep the arch-hh folder clean allowing for a better git workflow * Rebuilt the default settings for wktech for most programs * Made the theme/icons more consistant between programs * Changed whiskermenu to more closely match a Windows Start Menu * Lots of hw-diags updates: * Connects to the network automatically * Copies all results files to $HOME/Tickets * Creates valid tgz archives of the results * Uses `mktemp` for setting TMP_DIR * mount-all-drives now opens the FileManager if lauched w/ Super+M * Probably more...
13 lines
381 B
XML
13 lines
381 B
XML
<?xml encoding="UTF-8" version="1.0"?>
|
|
<actions>
|
|
<action>
|
|
<icon>utilities-terminal</icon>
|
|
<name>Open Terminal Here</name>
|
|
<unique-id>1462127723240094-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>
|