summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh9
-rw-r--r--firefox/user.js9
2 files changed, 11 insertions, 7 deletions
diff --git a/deploy.sh b/deploy.sh
index cb42927..49cb4c3 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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 -
diff --git a/firefox/user.js b/firefox/user.js
index cc6195d..ffc436a 100644
--- a/firefox/user.js
+++ b/firefox/user.js
@@ -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);