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
|
fatresize
|
||||||
feh
|
feh
|
||||||
ffmpeg
|
ffmpeg
|
||||||
firefox
|
|
||||||
foot-terminfo
|
foot-terminfo
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
gnu-netcat
|
gnu-netcat
|
||||||
|
|
@ -90,6 +89,7 @@ nano
|
||||||
nbd
|
nbd
|
||||||
ncdu
|
ncdu
|
||||||
ndisc6
|
ndisc6
|
||||||
|
netsurf
|
||||||
nfs-utils
|
nfs-utils
|
||||||
nmap
|
nmap
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<execute>gsmartcontrol_polkit</execute>
|
<execute>gsmartcontrol_polkit</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="Web Browser"> <action name="Execute">
|
<item label="Web Browser"> <action name="Execute">
|
||||||
<execute>firefox</execute>
|
<execute>netsurf</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<separator/>
|
<separator/>
|
||||||
<menu id="all-items-menu" label="All Programs">
|
<menu id="all-items-menu" label="All Programs">
|
||||||
|
|
@ -75,8 +75,8 @@
|
||||||
<item label="ELinks"> <action name="Execute">
|
<item label="ELinks"> <action name="Execute">
|
||||||
<execute>st -e elinks</execute>
|
<execute>st -e elinks</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="FireFox"> <action name="Execute">
|
<item label="NetSurf"> <action name="Execute">
|
||||||
<execute>firefox</execute>
|
<execute>netsurf</execute>
|
||||||
</action> </item>
|
</action> </item>
|
||||||
<item label="FTP"> <action name="Execute">
|
<item label="FTP"> <action name="Execute">
|
||||||
<execute>st -e ftp</execute>
|
<execute>st -e ftp</execute>
|
||||||
|
|
|
||||||
|
|
@ -342,7 +342,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-w">
|
<keybind key="C-A-w">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>firefox</command>
|
<command>netsurf</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-x">
|
<keybind key="C-A-x">
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-w">
|
<keybind key="W-w">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>firefox</command>
|
<command>netsurf</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-x">
|
<keybind key="W-x">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue