7 lines
527 B
Python
7 lines
527 B
Python
config.bind('<Ctrl+i>', 'spawn --userscript qute-keepass -p ~/Nextcloud/Database.kdbx', mode='insert')
|
|
config.set('content.notifications', True, 'https://cloud.dreamfall.space')
|
|
config.set('content.notifications', True, 'https://pleroma.thrrgilag.space')
|
|
config.set('content.notifications', False, 'https://www.reddit.com')
|
|
config.set('content.notifications', True, 'https://broadsword.s3rv.com')
|
|
config.set('colors.webpage.prefers_color_scheme_dark', True)
|
|
#config.set('content.webgl', False) # might be needed on other hosts
|