mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Updated qutebrowser darkmode config
This commit is contained in:
parent
b3d17fe68a
commit
1721ead638
|
@ -60,12 +60,16 @@ config.set('content.javascript.enabled', True, 'chrome-devtools://*')
|
|||
config.set('content.javascript.enabled', True, 'devtools://*')
|
||||
config.set('content.javascript.enabled', True, 'chrome://*/*')
|
||||
config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||
|
||||
config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||
|
||||
c.tabs.favicons.scale = 1.0
|
||||
c.tabs.last_close = 'close'
|
||||
c.tabs.position = 'left'
|
||||
c.tabs.width = '3%'
|
||||
c.window.transparent = True
|
||||
c.colors.webpage.darkmode.enabled = True
|
||||
c.colors.webpage.darkmode.policy.images = 'never'
|
||||
|
||||
c.url.default_page = str(config.configdir)+'/qute-home.html'
|
||||
c.url.start_pages = str(config.configdir)+'/qute-home.html'
|
||||
|
|
Loading…
Reference in a new issue