mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
fix user.js to have options for wavefox
This commit is contained in:
parent
fa85d5790e
commit
2b0b5063e1
2 changed files with 11 additions and 7 deletions
|
@ -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 -
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue