Skip to content

Commit b4ee680

Browse files
committed
Root Thunar right click Show hidden files option
1 parent 2a57290 commit b4ee680

File tree

1 file changed

+27
-0
lines changed
  • airootfs/root/.config/Thunar

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<actions>
3+
<action>
4+
<icon>terminal</icon>
5+
<name>Open Terminal Here</name>
6+
<unique-id>1624819824627808-1</unique-id>
7+
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
8+
<description>Open Xfce4 Terminal In Current Directory</description>
9+
<patterns>*</patterns>
10+
<startup-notify/>
11+
<directories/>
12+
</action>
13+
<action>
14+
<icon>view-hidden</icon>
15+
<name>Show Hidden Files</name>
16+
<unique-id>1624823324668515-1</unique-id>
17+
<command>xdotool key &quot;ctrl+h&quot;</command>
18+
<description>Show Files Starting With A Dot</description>
19+
<patterns>*</patterns>
20+
<directories/>
21+
<audio-files/>
22+
<image-files/>
23+
<other-files/>
24+
<text-files/>
25+
<video-files/>
26+
</action>
27+
</actions>

0 commit comments

Comments
 (0)