]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: tweak some colors to my liking
[dotfiles.git] / qutebrowser / config.py
index a7d422b6c5bc264898b515820ba24964b237f77a..cc5764aca42bffcfa2f78881a699bd142d177ac2 100644 (file)
@@ -1496,7 +1496,7 @@ c.input.partial_timeout = 5000
 ## https://peter.sh/experiments/chromium-command-line-switches/ for a
 ## list) will work.
 ## Type: List of String
-# c.qt.args = []
+c.qt.args = [str('proxy-pac-url=file://' / config.configdir / 'proxy.pac')]
 
 ## Additional environment variables to set. Setting an environment
 ## variable to null/None will unset it.
@@ -2308,3 +2308,5 @@ config.bind('zpl', 'spawn --userscript qute-pass --password-only')
 # config.bind('Y', 'prompt-accept --save yes', mode='yesno')
 # config.bind('n', 'prompt-accept no', mode='yesno')
 # config.bind('y', 'prompt-accept yes', mode='yesno')
+
+config.source('themes/nord-qutebrowser.py')