summaryrefslogtreecommitdiff
path: root/.config/Thunar/uca.xml
blob: 7e40552e737ebc044d56740a7c5e35646b2dbd52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml encoding="UTF-8" version="1.0"?>
<actions>
<action>
	<icon>git-annex</icon>
	<name>Copy to desktop (dereference)</name>
	<unique-id>1436175095417521-1</unique-id>
	<command>cp -RLn --no-preserve=mode --preserve=timestamp,owner %F ~/tmp/</command>
	<description>Copy to desktop with `cp -RLn --no-preserve=mode`</description>
	<patterns>*</patterns>
	<directories/>
	<audio-files/>
	<image-files/>
	<other-files/>
	<text-files/>
	<video-files/>
</action>
<action>
	<icon>xterm-color</icon>
	<name>Open terminal here</name>
	<unique-id>1442411193795400-3</unique-id>
	<command>urxvtcd -cd %d -e /bin/zsh</command>
	<description></description>
	<patterns>*</patterns>
	<directories/>
	<audio-files/>
	<image-files/>
	<other-files/>
	<text-files/>
	<video-files/>
</action>
</actions>