21 lines
553 B
Python
21 lines
553 B
Python
![]() |
config.load_autoconfig()
|
||
|
|
||
|
c.content.blocking.enabled = True
|
||
|
c.content.blocking.method = 'both'
|
||
|
|
||
|
c.url.searchengines = {
|
||
|
'DEFAULT': 'https://priv.au/search?q={}'
|
||
|
}
|
||
|
c.url.default_page = 'https://homepage.juustodiilerit.fi'
|
||
|
c.url.start_pages = ['https://homepage.juustodiilerit.fi']
|
||
|
|
||
|
config.unbind('d', mode='normal')
|
||
|
config.bind('x', 'tab-close')
|
||
|
config.bind('d', 'scroll-page 0 0.5')
|
||
|
config.bind('u', 'scroll-page 0 -0.5')
|
||
|
|
||
|
config.unbind('J', mode='normal')
|
||
|
config.unbind('K', mode='normal')
|
||
|
config.bind('J', 'tab-prev')
|
||
|
config.bind('K', 'tab-next')
|