add wallpapers, qutebrowser; update bspwm/sxhkd
Signed-off-by: Lucas Sta Maria <lucas.stamaria@gmail.com>
This commit is contained in:
parent
c293767edf
commit
6d4aed993b
8 changed files with 45 additions and 5 deletions
15
.config/qutebrowser/config.py
Normal file
15
.config/qutebrowser/config.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue