added thunar actions
This commit is contained in:
parent
b3a14d0631
commit
868edd88d1
26
.config/Thunar/uca.xml
Normal file
26
.config/Thunar/uca.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<actions>
|
||||
<action>
|
||||
<icon>utilities-terminal</icon>
|
||||
<name>Open Terminal Here</name>
|
||||
<unique-id>1593976619886933-1</unique-id>
|
||||
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
||||
<description></description>
|
||||
<patterns>*</patterns>
|
||||
<startup-notify/>
|
||||
<directories/>
|
||||
</action>
|
||||
<action>
|
||||
<icon></icon>
|
||||
<name>Upload to Nextcloud</name>
|
||||
<unique-id>1594761029052126-1</unique-id>
|
||||
<command>$XDG_DATA_HOME/scripts/nc-share-file.sh %f | xclip -i -selection "clipboard" && notify-send -u low "Upload complete"</command>
|
||||
<description>Uploads file to Nextcloud and copys the share link</description>
|
||||
<patterns>*</patterns>
|
||||
<audio-files/>
|
||||
<image-files/>
|
||||
<other-files/>
|
||||
<text-files/>
|
||||
<video-files/>
|
||||
</action>
|
||||
</actions>
|
Loading…
Reference in New Issue
Block a user