all repos — dotfiles @ edecafc61d0ad55b017579fa0542620995f0127d

linux dotfiles

add qutebrowser autoconfig.yml

The cool kids use qutebrowser. I wonder if anyone will ever even read this
prithugoswami prithugoswami524@gmail.com
Tue, 08 May 2018 21:57:47 +0530
commit

edecafc61d0ad55b017579fa0542620995f0127d

parent

69adedf497cbc4d96d2a9c67f27aa0dd325dc7f3

1 files changed, 32 insertions(+), 0 deletions(-)

jump to
A qutebrowser/autoconfig.yml

@@ -0,0 +1,32 @@

+# DO NOT edit this file by hand, qutebrowser will overwrite it. +# Instead, create a config.py - see :help for details. + +config_version: 2 +settings: + aliases: + global: + q: quit + w: session-save + wq: quit --save + bindings.commands: + global: + normal: + <: tab-move - + <Alt+h>: back + <Alt+l>: forward + '>': tab-move + + H: tab-prev + L: tab-next + x: tab-close + content.host_blocking.lists: + global: + - https://www.malwaredomainlist.com/hostslist/hosts.txt + - http://someonewhocares.org/hosts/hosts + - http://winhelp2002.mvps.org/hosts.zip + - http://malwaredomains.lehigh.edu/files/justdomains.zip + - https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext + url.searchengines: + global: + DEFAULT: https://www.google.com/search?hl=en&q={} + url.start_pages: + global: www.google.com