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 ++++++++++++++++++++++++++++++++++++++ .config/qutebrowser/bookmarks/urls | 4 ++++ .config/qutebrowser/quickmarks | 2 ++ 3 files changed, 45 insertions(+) create mode 100644 .config/qutebrowser/autoconfig.yml create mode 100644 .config/qutebrowser/bookmarks/urls create mode 100644 .config/qutebrowser/quickmarks (limited to '.config/qutebrowser') 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/{} diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls new file mode 100644 index 00000000..e1e38b48 --- /dev/null +++ b/.config/qutebrowser/bookmarks/urls @@ -0,0 +1,4 @@ +http://www.cdrf.co/ Django REST Framework 3.9 -- Classy DRF +https://gitlab.com/dwt1/dotfiles/-/tree/master Files · master · Derek Taylor / Dotfiles · GitLab +https://books.goalkicker.com/ Free Programming Books – GoalKicker.com +https://libgen.lc/ Library Genesis diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks new file mode 100644 index 00000000..dae1c94c --- /dev/null +++ b/.config/qutebrowser/quickmarks @@ -0,0 +1,2 @@ +rg https://rogs.me +bw https://vault.bitwarden.com/#/ -- cgit v1.2.3