qutebrowser darkmode
This commit is contained in:
parent
413a69c5cd
commit
53863c92a6
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||||
# dark mode
|
# dark mode
|
||||||
config.set('colors.webpage.preferred_color_scheme', 'dark')
|
config.set('colors.webpage.preferred_color_scheme', 'dark')
|
||||||
|
|
||||||
|
# eyes hurt
|
||||||
|
config.set('colors.webpage.darkmode.enabled', True)
|
||||||
|
config.set('colors.webpage.darkmode.policy.images', 'never')
|
||||||
|
|
||||||
# kee pass x c
|
# kee pass x c
|
||||||
# anyone who uses pass is NOT real
|
# anyone who uses pass is NOT real
|
||||||
config.bind('pw', 'spawn --userscript qute-keepassxc --insecure', mode='normal')
|
config.bind('pw', 'spawn --userscript qute-keepassxc --insecure', mode='normal')
|
||||||
|
|
Loading…
Reference in a new issue