mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
6 Commits
3b3f1c5193
...
8ab30e9b09
Author | SHA1 | Date | |
---|---|---|---|
8ab30e9b09 | |||
f159016a5e | |||
73604ae80f | |||
cc76eb7d5c | |||
e3381049b5 | |||
64448aa2c1 |
@ -101,5 +101,12 @@ defaultPref("browser.startup.page", 1);
|
||||
// Simplified DDG experience without prompts for extension and all
|
||||
defaultPref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||
|
||||
// https://globalprivacycontrol.org/ the successor of DNT
|
||||
defaultPref("privacy.globalprivacycontrol.enabled", true);
|
||||
defaultPref("privacy.globalprivacycontrol.functionality.enabled", true);
|
||||
// and DNT itself
|
||||
defaultPref("privacy.donottrackheader.enabled", true);
|
||||
defaultPref("privacy.donottrackheader.value", 1);
|
||||
|
||||
// Attempt to keep last line empty just in case
|
||||
//
|
||||
|
@ -6,8 +6,11 @@
|
||||
# Windows compatible filenames
|
||||
--windows-filenames
|
||||
|
||||
# Attempt to take cookies from Edge
|
||||
--cookies-from-browser edge
|
||||
# Attempt to take cookies from...
|
||||
#--cookies-from-browser edge
|
||||
#--cookies-from-browser firefox
|
||||
# Check about:profiles for LibreWolf path after the :
|
||||
--cookies-from-browser firefox:
|
||||
|
||||
# Download all subtitles, even autogenerated, but not livechat
|
||||
--write-subs
|
||||
|
7
etc/systemd/timesyncd.conf.d/facebook.conf
Normal file
7
etc/systemd/timesyncd.conf.d/facebook.conf
Normal file
@ -0,0 +1,7 @@
|
||||
# WARNING: Leap second smearing! Don't use with anything else!
|
||||
# The config comes from https://developers.google.com/time/guides but I
|
||||
# already have a FallbackNTP so it needs to be erased as well.
|
||||
#[Time]
|
||||
#NTP=
|
||||
#FallbackNTP=
|
||||
#FallbackNTP=time.facebook.com
|
@ -1,2 +1,2 @@
|
||||
[Time]
|
||||
NTP=time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi
|
||||
NTP=time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi ntp.miuku.net
|
||||
|
7
etc/systemd/timesyncd.conf.d/google.conf
Normal file
7
etc/systemd/timesyncd.conf.d/google.conf
Normal file
@ -0,0 +1,7 @@
|
||||
# WARNING: Leap second smearing! Don't use with anything else!
|
||||
# The config comes from https://developers.google.com/time/guides but I
|
||||
# already have a FallbackNTP so it needs to be erased as well.
|
||||
#[Time]
|
||||
#NTP=
|
||||
#FallbackNTP=
|
||||
#FallbackNTP=time.google.com
|
@ -1,2 +1,2 @@
|
||||
[Time]
|
||||
NTP=ntp.hetzner.de
|
||||
NTP=ntp1.hetzner.de ntp2.hetzner.com ntp3.hetzner.net
|
||||
|
Loading…
x
Reference in New Issue
Block a user