Added qutebrowser config
This commit is contained in:
parent
3d7ee8f57c
commit
f153389c2f
39
.config/qutebrowser/autoconfig.yml
Normal file
39
.config/qutebrowser/autoconfig.yml
Normal file
@ -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/{}
|
4
.config/qutebrowser/bookmarks/urls
Normal file
4
.config/qutebrowser/bookmarks/urls
Normal file
@ -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
|
2
.config/qutebrowser/quickmarks
Normal file
2
.config/qutebrowser/quickmarks
Normal file
@ -0,0 +1,2 @@
|
||||
rg https://rogs.me
|
||||
bw https://vault.bitwarden.com/#/
|
Loading…
x
Reference in New Issue
Block a user