aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-20 23:46:53 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-20 23:46:53 +0100
commit22fb4594ec830f0072e9f0b45bac3a5f19897987 (patch)
tree08193e59edf0c883f8ea72e0fe64a627b4d6f36f /qutebrowser
parentd4a917623ce4a8dc7e4feb2fa50407d33eb6c36f (diff)
downloaddotfiles-22fb4594ec830f0072e9f0b45bac3a5f19897987.tar.gz
dotfiles-22fb4594ec830f0072e9f0b45bac3a5f19897987.tar.bz2
dotfiles-22fb4594ec830f0072e9f0b45bac3a5f19897987.zip
Switching back to solarized (weird bug when openning file with autocmd, takes 2/3 seconds), Added qutebrowser larouse search engine and blocking 3rd party cookies
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py
index bad4e0d..827d2eb 100644
--- a/qutebrowser/config.py
+++ b/qutebrowser/config.py
@@ -29,6 +29,7 @@ c.url.searchengines = {
'gh': 'https://github.com/search?q={}',
'h': 'https://hoogle.haskell.org/?hoogle={}',
'cpp': 'http://cplusplus.com/search.do?q={}',
+ 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}'
}
c.fonts.default_family = 'Fira Mono'
@@ -62,10 +63,12 @@ c.colors.webpage.bg = 'black' # Disabling white flash before page lo
# c.content.proxy = 'socks://localhost:9050/' # tor
c.content.autoplay = False
c.content.notifications = False
+c.content.cookies.accept = 'no-3rdparty'
c.auto_save.session = True
c.session.lazy_restore = True
+
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
# Base16 qutebrowser template by theova
# Solarized Dark scheme by Ethan Schoonover (modified by aramisgithub)