Replacing Seamonkey with Chromium officially

This commit is contained in:
DarkFeather 2017-09-07 00:25:00 -05:00
parent aa7f6f7c8f
commit d265292828
4 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ alias vi=vim
alias view="vim -R" alias view="vim -R"
alias top="top -o %CPU" alias top="top -o %CPU"
alias make-entrypoints="egrep '^[a-zA-Z0-9\-]*:' Makefile" alias make-entrypoints="egrep '^[a-zA-Z0-9\-]*:' Makefile"
if [ -x `which torsocks` ] && [ `systemctl status tor | grep -c running` -eq 1 ]; then alias tor-lynx="torsocks lynx https://check.torproject.org/"; fi if [ -x `which torsocks 2>/dev/null` ] && [ `systemctl status tor 2>/dev/null| grep -c running` -eq 1 ]; then alias tor-lynx="torsocks lynx https://check.torproject.org/"; fi
IFS=" IFS="
" "

View File

@ -127,7 +127,7 @@ fi
header Installing ArchLinux to device\(s\) on /mnt header Installing ArchLinux to device\(s\) on /mnt
export pkglist="base base-devel parted net-tools bind-tools git openssh make lynx irssi vim wget tor torsocks grub os-prober rsync openntpd tmux" export pkglist="base base-devel parted net-tools bind-tools git openssh make lynx irssi vim wget tor torsocks grub os-prober rsync openntpd tmux"
if [ "$gui" -eq 1 ]; then if [ "$gui" -eq 1 ]; then
export pkglist="$pkglist"" xorg-server xfce4 seamonkey conky tigervnc" export pkglist="$pkglist"" xorg-server xfce4 chromium conky tigervnc"
fi fi
if [ "$spartacus" -eq 1 ]; then if [ "$spartacus" -eq 1 ]; then
export pkglist="$pkglist"" exfat-utils" export pkglist="$pkglist"" exfat-utils"

View File

@ -3,15 +3,15 @@ Version=1.0
Name=SeaMonkey internet suite Name=SeaMonkey internet suite
GenericName=Web Browser GenericName=Web Browser
Comment=Your web, the way you like it Comment=Your web, the way you like it
Exec=seamonkey Exec=chromium
Icon=seamonkey Icon=chromium
Terminal=false Terminal=false
Type=Application Type=Application
StartupWMClass=seamonkey-bin StartupWMClass=chromium-bin
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true StartupNotify=true
X-MultipleArgs=false X-MultipleArgs=false
X-Desktop-File-Install-Version=0.16 X-Desktop-File-Install-Version=0.16
Categories=Network;WebBrowser; Categories=Network;WebBrowser;
Encoding=UTF-8 Encoding=UTF-8
X-XFCE-Source=file:///usr/share/applications/seamonkey.desktop X-XFCE-Source=file:///usr/share/applications/chromium.desktop

View File

@ -33,7 +33,7 @@
<property name="&lt;Super&gt;t" type="string" value="xfce4-terminal"/> <property name="&lt;Super&gt;t" type="string" value="xfce4-terminal"/>
<property name="&lt;Super&gt;e" type="string" value="/usr/bin/thunar"/> <property name="&lt;Super&gt;e" type="string" value="/usr/bin/thunar"/>
<property name="&lt;Alt&gt;F2" type="string" value="xfce4-appfinder --collapsed"/> <property name="&lt;Alt&gt;F2" type="string" value="xfce4-appfinder --collapsed"/>
<property name="&lt;Super&gt;b" type="string" value="/usr/bin/seamonkey"/> <property name="&lt;Super&gt;b" type="string" value="/usr/bin/chromium"/>
<property name="&lt;Super&gt;m" type="string" value="xmodmap -e &quot;pointer = 3 2 1&quot;"/> <property name="&lt;Super&gt;m" type="string" value="xmodmap -e &quot;pointer = 3 2 1&quot;"/>
</property> </property>
</property> </property>