Switch to PCManFM from Thunar
This commit is contained in:
parent
ff53e120f4
commit
3eee8114dd
3 changed files with 6 additions and 9 deletions
|
|
@ -102,6 +102,7 @@ otf-font-awesome-4
|
||||||
p7zip
|
p7zip
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
parted
|
parted
|
||||||
|
pcmanfm
|
||||||
perl
|
perl
|
||||||
picom
|
picom
|
||||||
pipes.sh
|
pipes.sh
|
||||||
|
|
@ -139,7 +140,6 @@ systemd-sysvcompat
|
||||||
terminus-font
|
terminus-font
|
||||||
testdisk
|
testdisk
|
||||||
texinfo
|
texinfo
|
||||||
thunar
|
|
||||||
tigervnc
|
tigervnc
|
||||||
tint2
|
tint2
|
||||||
tk
|
tk
|
||||||
|
|
|
||||||
|
|
@ -124,8 +124,8 @@
|
||||||
<item label="MC"> <action name="Execute">
|
<item label="MC"> <action name="Execute">
|
||||||
<execute>st -e mc</execute>
|
<execute>st -e mc</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Thunar File Manager"> <action name="Execute">
|
<item label="PCMan File Manager"> <action name="Execute">
|
||||||
<execute>thunar</execute>
|
<execute>pcmanfm</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="st"> <action name="Execute">
|
<item label="st"> <action name="Execute">
|
||||||
<execute>st</execute>
|
<execute>st</execute>
|
||||||
|
|
@ -139,7 +139,7 @@
|
||||||
</action> </item>
|
</action> </item>
|
||||||
</menu>
|
</menu>
|
||||||
<item label="File Manager"> <action name="Execute">
|
<item label="File Manager"> <action name="Execute">
|
||||||
<execute>thunar-settings</execute>
|
<execute>pcmanfm</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Preferred Applications"> <action name="Execute">
|
<item label="Preferred Applications"> <action name="Execute">
|
||||||
<execute>exo-preferred-applications</execute>
|
<execute>exo-preferred-applications</execute>
|
||||||
|
|
@ -151,9 +151,6 @@
|
||||||
<item label="Avahi Zeroconf Browser"> <action name="Execute">
|
<item label="Avahi Zeroconf Browser"> <action name="Execute">
|
||||||
<execute>avahi-discover</execute>
|
<execute>avahi-discover</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Bulk Rename"> <action name="Execute">
|
|
||||||
<execute>/usr/lib/Thunar/ThunarBulkRename</execute>
|
|
||||||
</action> </item>
|
|
||||||
<item label="Conky"> <action name="Execute">
|
<item label="Conky"> <action name="Execute">
|
||||||
<execute>st -e conky</execute>
|
<execute>st -e conky</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
|
|
|
||||||
|
|
@ -307,7 +307,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-f">
|
<keybind key="C-A-f">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>thunar</command>
|
<command>pcmanfm</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-i">
|
<keybind key="C-A-i">
|
||||||
|
|
@ -362,7 +362,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-f">
|
<keybind key="W-f">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>thunar</command>
|
<command>pcmanfm</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-i">
|
<keybind key="W-i">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue