1
0
Fork 0

small edits

This commit is contained in:
Luca Bilke 2023-06-07 00:09:22 +02:00
parent ca024de304
commit 00f3ec539c
2 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ blur-strength = 5;
blur-background-exclude = [
"class_g = 'Dunst'",
"class_g = 'firefox'",
"class_g = 'Firefox'",
"class_g = 'LibreWolf'",
"class_g = 'easyeffects'",
"class_g *= 'slop'",

View file

@ -33,13 +33,13 @@
// Disable password/credential saving
user_pref("signon.rememberSignons", false);
user_pref("security.nocertdb", true);
user_pref("security.nocertdb", false);
// Turn off letterboxing
user_pref("privacy.resistFingerprinting.letterboxing", false);
// Set homepage
user_pref("browser.startup.homepage", "https://search.snaile.de/");
user_pref("browser.startup.homepage", "http://192.168.178.201:7575/");
// Don't make firefox aware of window manager fullscreening
// user_pref("full-screen-api.ignore-widgets", true);