#!/bin/bash
#Tweaks to improve speed of browser

sed -i 's|/usr/bin/||g' /usr/share/applications/chromium.desktop &> /dev/null
sed -i 's|/usr/lib/firefox/||g' /usr/share/applications/firefox.desktop &> /dev/null
sed -i 's|/usr/bin/||g' /usr/share/applications/vivaldi-stable.desktop &> /dev/null
sed -i 's|/usr/bin/||g' /usr/share/applications/google-chrome.desktop &> /dev/null

if ! systemctl -q ananicy-cpp; then
	systemctl enable ananicy-cpp
fi

if ! systemctl -q irqbalance; then
	systemctl enable irqbalance
fi


#if ! systemctl -q uksmd; then
#	systemctl enable uksmd
#fi

