small edits
This commit is contained in:
parent
ca024de304
commit
00f3ec539c
2 changed files with 3 additions and 2 deletions
|
@ -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'",
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue