split config for newer qutebrowser
This commit is contained in:
parent
6f13b7617f
commit
145dfdd5a8
1 changed files with 11 additions and 0 deletions
11
.config/qutebrowser/config-23.py
Normal file
11
.config/qutebrowser/config-23.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
config.load_autoconfig(False)
|
||||||
|
config.bind('<Ctrl+i>', 'spawn --userscript qute-keepass -p ~/Nextcloud/Database.kdbx', mode='insert')
|
||||||
|
config.set('content.notifications.enabled', True, 'https://cloud.dreamfall.space')
|
||||||
|
config.set('content.notifications.enabled', True, 'https://pleroma.thrrgilag.space')
|
||||||
|
config.set('content.notifications.enabled', False, 'https://www.reddit.com')
|
||||||
|
config.set('content.notifications.enabled', True, 'https://broadsword.s3rv.com')
|
||||||
|
config.set('content.notifications.enabled', True, 'https://mov.im')
|
||||||
|
config.set('content.notifications.enabled', True, 'https://xmpp.dreamfall.space')
|
||||||
|
config.set('content.register_protocol_handler', True, 'https://mov.im?share/%25s')
|
||||||
|
config.set('colors.webpage.preferred_color_scheme', 'dark')
|
||||||
|
config.set('content.webgl', False)
|
Loading…
Reference in a new issue