replace firefox with falkon browser, it consumes much less ram (~200mb)
This commit is contained in:
parent
f0e6a3abbe
commit
f353e4b842
2 changed files with 3 additions and 2 deletions
|
@ -114,7 +114,8 @@ apt install -y --no-install-recommends \
|
||||||
lxterminal \
|
lxterminal \
|
||||||
gparted \
|
gparted \
|
||||||
dillo \
|
dillo \
|
||||||
firefox-esr \
|
falkon \
|
||||||
|
fonts-noto-color-emoji \
|
||||||
/tmp/xdgmenumaker*.deb || error
|
/tmp/xdgmenumaker*.deb || error
|
||||||
|
|
||||||
message "install nanodesk base packages with recommends"
|
message "install nanodesk base packages with recommends"
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<!-- custom TrayButton -->
|
<!-- custom TrayButton -->
|
||||||
<TrayButton popup="LXTerminal" icon="lxterminal">exec:lxterminal </TrayButton>
|
<TrayButton popup="LXTerminal" icon="lxterminal">exec:lxterminal </TrayButton>
|
||||||
<Spacer width="2"/>
|
<Spacer width="2"/>
|
||||||
<TrayButton popup="Firefox" icon="firefox-esr">exec:firefox</TrayButton>
|
<TrayButton popup="Falkon Webbrowser" icon="falkon">exec:falkon</TrayButton>
|
||||||
<Spacer width="2"/>
|
<Spacer width="2"/>
|
||||||
<TrayButton popup="PCManFM" icon="system-file-manager">exec:pcmanfm</TrayButton>
|
<TrayButton popup="PCManFM" icon="system-file-manager">exec:pcmanfm</TrayButton>
|
||||||
<Spacer width="2"/>
|
<Spacer width="2"/>
|
||||||
|
|
Loading…
Reference in a new issue