Switch to NetSurf from Firefox
Firefox is very slow to launch and having a browser is just for quick references IMO.
This commit is contained in:
parent
2fdbd025c1
commit
ff53e120f4
3 changed files with 6 additions and 6 deletions
|
|
@ -38,7 +38,6 @@ f2fs-tools
|
|||
fatresize
|
||||
feh
|
||||
ffmpeg
|
||||
firefox
|
||||
foot-terminfo
|
||||
gnome-keyring
|
||||
gnu-netcat
|
||||
|
|
@ -90,6 +89,7 @@ nano
|
|||
nbd
|
||||
ncdu
|
||||
ndisc6
|
||||
netsurf
|
||||
nfs-utils
|
||||
nmap
|
||||
ntfs-3g
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<execute>gsmartcontrol_polkit</execute>
|
||||
</action> </item>
|
||||
<item label="Web Browser"> <action name="Execute">
|
||||
<execute>firefox</execute>
|
||||
<execute>netsurf</execute>
|
||||
</action> </item>
|
||||
<separator/>
|
||||
<menu id="all-items-menu" label="All Programs">
|
||||
|
|
@ -75,8 +75,8 @@
|
|||
<item label="ELinks"> <action name="Execute">
|
||||
<execute>st -e elinks</execute>
|
||||
</action> </item>
|
||||
<item label="FireFox"> <action name="Execute">
|
||||
<execute>firefox</execute>
|
||||
<item label="NetSurf"> <action name="Execute">
|
||||
<execute>netsurf</execute>
|
||||
</action> </item>
|
||||
<item label="FTP"> <action name="Execute">
|
||||
<execute>st -e ftp</execute>
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@
|
|||
</keybind>
|
||||
<keybind key="C-A-w">
|
||||
<action name="Execute">
|
||||
<command>firefox</command>
|
||||
<command>netsurf</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-x">
|
||||
|
|
@ -397,7 +397,7 @@
|
|||
</keybind>
|
||||
<keybind key="W-w">
|
||||
<action name="Execute">
|
||||
<command>firefox</command>
|
||||
<command>netsurf</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-x">
|
||||
|
|
|
|||
Loading…
Reference in a new issue