Add qutebrowser config
This commit is contained in:
parent
22fe00efc9
commit
89ef5245c5
1 changed files with 20 additions and 0 deletions
20
.config/qutebrowser/config.py
Normal file
20
.config/qutebrowser/config.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
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')
|
Loading…
Add table
Reference in a new issue