From f153389c2fe81ecba3d9ed03b8d0aedf5ac37e68 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 4 May 2020 19:57:07 -0300 Subject: Added qutebrowser config --- .config/qutebrowser/autoconfig.yml | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .config/qutebrowser/autoconfig.yml (limited to '.config/qutebrowser/autoconfig.yml') diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml new file mode 100644 index 00000000..815175ec --- /dev/null +++ b/.config/qutebrowser/autoconfig.yml @@ -0,0 +1,39 @@ +# If a config.py file exists, this file is ignored unless it's explicitly loaded +# via config.load_autoconfig(). For more information, see: +# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# 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 + auto_save.session: + global: true + backend: + global: webengine + bindings.commands: + global: + normal: + cc: open https://coca-cola.com.mx + gh: open https://github.com + xb: config-cycle statusbar.hide + xt: config-cycle tabs.show always switching + xx: config-cycle statusbar.hide ;; config-cycle tabs.show always switching + downloads.location.directory: + global: /home/roger/Downloads + qt.highdpi: + global: true + statusbar.hide: + global: true + tabs.show: + global: switching + url.searchengines: + global: + DEFAULT: https://duckduckgo.com/?q={} + aw: https://wiki.archlinux.org/?search={} + lib: https://libgen.lc/search.php?req={}&lg_topic=libgen&open=0&view=simple&res=25&phrase=1&column=def + re: https://reddit.com/r/{} -- cgit v1.2.3