add qutebrowser config
This commit is contained in:
parent
7aaafeb9a9
commit
46d34a3ce6
|
@ -0,0 +1,42 @@
|
|||
# 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:
|
||||
colors.tabs.even.bg:
|
||||
global: '#f8c8dc'
|
||||
colors.tabs.even.fg:
|
||||
global: '#222222'
|
||||
colors.tabs.odd.bg:
|
||||
global: '#f8c8dc'
|
||||
colors.tabs.odd.fg:
|
||||
global: '#222222'
|
||||
colors.tabs.selected.even.bg:
|
||||
global: '#222222'
|
||||
colors.tabs.selected.odd.bg:
|
||||
global: '#222222'
|
||||
content.blocking.method:
|
||||
global: both
|
||||
content.prefers_reduced_motion:
|
||||
global: true
|
||||
content.register_protocol_handler:
|
||||
https://mail.proton.me#mailto=%25s: true
|
||||
downloads.prevent_mixed_content:
|
||||
global: false
|
||||
fonts.default_family:
|
||||
global: Ubuntu Mono
|
||||
fonts.default_size:
|
||||
global: 12pt
|
||||
qt.highdpi:
|
||||
global: true
|
||||
tabs.position:
|
||||
global: top
|
||||
tabs.wrap:
|
||||
global: true
|
||||
url.default_page:
|
||||
global: ktyl.dev
|
||||
url.start_pages:
|
||||
global: https://ktyl.dev/
|
Loading…
Reference in New Issue