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
|
||||
papirus-icon-theme
|
||||
parted
|
||||
pcmanfm
|
||||
perl
|
||||
picom
|
||||
pipes.sh
|
||||
|
|
@ -139,7 +140,6 @@ systemd-sysvcompat
|
|||
terminus-font
|
||||
testdisk
|
||||
texinfo
|
||||
thunar
|
||||
tigervnc
|
||||
tint2
|
||||
tk
|
||||
|
|
|
|||
|
|
@ -124,8 +124,8 @@
|
|||
<item label="MC"> <action name="Execute">
|
||||
<execute>st -e mc</execute>
|
||||
</action> </item>
|
||||
<item label="Thunar File Manager"> <action name="Execute">
|
||||
<execute>thunar</execute>
|
||||
<item label="PCMan File Manager"> <action name="Execute">
|
||||
<execute>pcmanfm</execute>
|
||||
</action> </item>
|
||||
<item label="st"> <action name="Execute">
|
||||
<execute>st</execute>
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
</action> </item>
|
||||
</menu>
|
||||
<item label="File Manager"> <action name="Execute">
|
||||
<execute>thunar-settings</execute>
|
||||
<execute>pcmanfm</execute>
|
||||
</action> </item>
|
||||
<item label="Preferred Applications"> <action name="Execute">
|
||||
<execute>exo-preferred-applications</execute>
|
||||
|
|
@ -151,9 +151,6 @@
|
|||
<item label="Avahi Zeroconf Browser"> <action name="Execute">
|
||||
<execute>avahi-discover</execute>
|
||||
</action> </item>
|
||||
<item label="Bulk Rename"> <action name="Execute">
|
||||
<execute>/usr/lib/Thunar/ThunarBulkRename</execute>
|
||||
</action> </item>
|
||||
<item label="Conky"> <action name="Execute">
|
||||
<execute>st -e conky</execute>
|
||||
</action> </item>
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@
|
|||
</keybind>
|
||||
<keybind key="C-A-f">
|
||||
<action name="Execute">
|
||||
<command>thunar</command>
|
||||
<command>pcmanfm</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-i">
|
||||
|
|
@ -362,7 +362,7 @@
|
|||
</keybind>
|
||||
<keybind key="W-f">
|
||||
<action name="Execute">
|
||||
<command>thunar</command>
|
||||
<command>pcmanfm</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-i">
|
||||
|
|
|
|||
Loading…
Reference in a new issue