Vertical tabs.
This commit is contained in:
parent
417501d905
commit
f2a5ac3f81
158
autoconfig.yml
158
autoconfig.yml
@ -1,74 +1,84 @@
|
|||||||
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
||||||
# via config.load_autoconfig(). For more information, see:
|
# via config.load_autoconfig(). For more information, see:
|
||||||
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
|
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
|
||||||
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||||
# Instead, create a config.py - see :help for details.
|
# Instead, create a config.py - see :help for details.
|
||||||
|
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
bindings.commands:
|
bindings.commands:
|
||||||
global:
|
global:
|
||||||
command:
|
command:
|
||||||
<Ctrl+j>: completion-item-focus next
|
<Ctrl+j>: completion-item-focus next
|
||||||
<Ctrl+k>: completion-item-focus prev
|
<Ctrl+k>: completion-item-focus prev
|
||||||
normal:
|
normal:
|
||||||
',M': hint links spawn mpv {hint-url}
|
',M': hint links spawn mpv {hint-url}
|
||||||
',m': spawn mpv {url}
|
',m': spawn mpv {url}
|
||||||
;M: hint --rapid links spawn umpv {hint-url}
|
;M: hint --rapid links spawn umpv {hint-url}
|
||||||
changelog_after_upgrade:
|
changelog_after_upgrade:
|
||||||
global: minor
|
global: minor
|
||||||
colors.completion.category.bg:
|
colors.completion.category.bg:
|
||||||
global: '#2f383e'
|
global: '#2f383e'
|
||||||
content.blocking.adblock.lists:
|
content.blocking.adblock.lists:
|
||||||
global:
|
global:
|
||||||
- https://easylist.to/easylist/easylist.txt
|
- https://easylist.to/easylist/easylist.txt
|
||||||
- https://easylist.to/easylist/easyprivacy.txt
|
- https://easylist.to/easylist/easyprivacy.txt
|
||||||
- https://secure.fanboy.co.nz/fanboy-cookiemonster.txt
|
- https://secure.fanboy.co.nz/fanboy-cookiemonster.txt
|
||||||
- https://secure.fanboy.co.nz/fanboy-annoyance.txt
|
- https://secure.fanboy.co.nz/fanboy-annoyance.txt
|
||||||
- https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt
|
- https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt
|
||||||
content.blocking.method:
|
content.blocking.method:
|
||||||
global: both
|
global: both
|
||||||
content.blocking.whitelist:
|
content.blocking.whitelist:
|
||||||
global:
|
global:
|
||||||
- https://www.idtdna.com
|
- https://www.idtdna.com
|
||||||
- https://www.dukemychart.org/
|
- https://www.dukemychart.org/
|
||||||
content.cookies.store:
|
content.cookies.store:
|
||||||
global: false
|
global: false
|
||||||
content.notifications.enabled:
|
content.notifications.enabled:
|
||||||
https://freshrss.zacharybillman.com: false
|
https://freshrss.zacharybillman.com: false
|
||||||
https://www.reddit.com: false
|
https://www.reddit.com: false
|
||||||
fonts.contextmenu:
|
fonts.contextmenu:
|
||||||
global: null
|
global: null
|
||||||
fonts.debug_console:
|
fonts.debug_console:
|
||||||
global: default_size default_family
|
global: default_size default_family
|
||||||
fonts.default_family:
|
fonts.default_family:
|
||||||
global: SauceCodePro NF, SauceCodePro Nerd Font
|
global: SauceCodePro NF, SauceCodePro Nerd Font
|
||||||
fonts.default_size:
|
fonts.default_size:
|
||||||
global: 12pt
|
global: 12pt
|
||||||
fonts.downloads:
|
fonts.downloads:
|
||||||
global: default_size default_family
|
global: default_size default_family
|
||||||
fonts.prompts:
|
fonts.prompts:
|
||||||
global: default_size sans-serif
|
global: default_size sans-serif
|
||||||
fonts.statusbar:
|
fonts.statusbar:
|
||||||
global: default_size default_family
|
global: default_size default_family
|
||||||
fonts.tabs.selected:
|
fonts.tabs.selected:
|
||||||
global: bold default_size default_family
|
global: bold default_size default_family
|
||||||
fonts.tabs.unselected:
|
fonts.tabs.unselected:
|
||||||
global: italic default_size default_family
|
global: italic default_size default_family
|
||||||
fonts.web.family.cursive:
|
fonts.web.family.cursive:
|
||||||
global: null
|
global: null
|
||||||
statusbar.show:
|
statusbar.show:
|
||||||
global: always
|
global: always
|
||||||
url.default_page:
|
tabs.max_width:
|
||||||
global: about:blank
|
global: -1
|
||||||
url.incdec_segments:
|
tabs.min_width:
|
||||||
global:
|
global: -1
|
||||||
- path
|
tabs.position:
|
||||||
- query
|
global: left
|
||||||
url.open_base_url:
|
tabs.undo_stack_size:
|
||||||
global: false
|
global: 100
|
||||||
url.searchengines:
|
tabs.width:
|
||||||
global:
|
global: 10%
|
||||||
DEFAULT: https://search.brave.com/search?q={}
|
url.default_page:
|
||||||
url.start_pages:
|
global: about:blank
|
||||||
global: about:blank
|
url.incdec_segments:
|
||||||
|
global:
|
||||||
|
- path
|
||||||
|
- query
|
||||||
|
url.open_base_url:
|
||||||
|
global: false
|
||||||
|
url.searchengines:
|
||||||
|
global:
|
||||||
|
DEFAULT: https://search.brave.com/search?q={}
|
||||||
|
url.start_pages:
|
||||||
|
global: about:blank
|
||||||
|
@ -12,3 +12,5 @@ osm https://www.openstreetmap.org/#map=4/38.01/-95.84
|
|||||||
ncbigene https://www.ncbi.nlm.nih.gov/gene/
|
ncbigene https://www.ncbi.nlm.nih.gov/gene/
|
||||||
blast https://blast.ncbi.nlm.nih.gov/Blast.cgi
|
blast https://blast.ncbi.nlm.nih.gov/Blast.cgi
|
||||||
ncbiblast https://blast.ncbi.nlm.nih.gov/Blast.cgi
|
ncbiblast https://blast.ncbi.nlm.nih.gov/Blast.cgi
|
||||||
|
genewiz https://clims4.genewiz.com/RegisterAccount/Login?returnUrl=https://clims4.genewiz.com//CUSTOMERHOME/INDEX
|
||||||
|
oligocalc http://biotools.nubic.northwestern.edu/OligoCalc.html
|
||||||
|
Loading…
Reference in New Issue
Block a user