fix user.js to have options for wavefox

This commit is contained in:
davidovski 2024-05-04 01:37:09 +01:00
parent fa85d5790e
commit 2b0b5063e1
2 changed files with 11 additions and 7 deletions

View File

@ -73,17 +73,12 @@ load () {
git clone https://github.com/vinceliuice/vimix-icon-theme $HOME/.local/src/vimix-icon-theme
cd $HOME/.local/src/vimix-icon-theme
./install.sh
cd -
cd -
mkdir -p $HOME/.local/share/icons
cp -r icons/* $HOME/.local/share/icons/
cp .local/share/kaomoji ~/.local/share/
mkdir -p ~/.urxvt/ext/
git clone https://github.com/simmel/urxvt-resize-font /tmp/urxvt-resize-font
cp /tmp/urxvt-resize-font/resize-font ~/.urxvt/ext/
cd slock
./deploy.sh
cd -

View File

@ -418,3 +418,12 @@ user_pref("browser.privatebrowsing.promoEnabled", false);
// Disable automatic gain control
user_pref("media.getusermedia.agc_enabled", false);
// Theming
user_pref("gfx.webrender.all", true);
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("userChrome.Tabs.Option6.Enabled", true);
user_pref("userChrome.Style.ThirdParty.Enabled", true);
user_pref("userChrome.Linux.Transparency.Medium.Enabled", true);
user_pref("browser.tabs.inTitlebar", 2);