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
|
@ -79,11 +79,6 @@ load () {
|
||||||
cp -r icons/* $HOME/.local/share/icons/
|
cp -r icons/* $HOME/.local/share/icons/
|
||||||
cp .local/share/kaomoji ~/.local/share/
|
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
|
cd slock
|
||||||
./deploy.sh
|
./deploy.sh
|
||||||
cd -
|
cd -
|
||||||
|
|
|
@ -418,3 +418,12 @@ user_pref("browser.privatebrowsing.promoEnabled", false);
|
||||||
|
|
||||||
// Disable automatic gain control
|
// Disable automatic gain control
|
||||||
user_pref("media.getusermedia.agc_enabled", false);
|
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