dotfiles/.config/qutebrowser/config.py
Lucas Sta Maria 6d4aed993b
add wallpapers, qutebrowser; update bspwm/sxhkd
Signed-off-by: Lucas Sta Maria <lucas.stamaria@gmail.com>
2022-04-06 15:38:09 -04:00

15 lines
456 B
Python

config.load_autoconfig()
config.bind('<Shift-j>', 'tab-prev')
config.bind('<Shift-k>', 'tab-next')
config.bind('<Control-j>', 'tab-prev')
config.bind('<Control-k>', 'tab-next')
c.content.blocking.method = 'both'
c.content.blocking.adblock.lists = [
'https://easylist.to/easylist/easylist.txt',
'https://easylist.to/easylist/easyprivacy.txt',
'https://easylist-downloads.adblockplus.org/antiadblockfilters.txt'
]
c.hints.chars = 'aoeuidhtns'