qutebrowser started supporting HiDPI
This commit is contained in:
parent
394e80966a
commit
385d5a8500
@ -304,6 +304,11 @@ url-incdec-segments = path,query
|
|||||||
# prompt-radius (Int):
|
# prompt-radius (Int):
|
||||||
# The rounding radius for the edges of prompts.
|
# The rounding radius for the edges of prompts.
|
||||||
# Default: 8
|
# Default: 8
|
||||||
|
#
|
||||||
|
# prompt-filebrowser (Bool):
|
||||||
|
# Show a filebrowser in upload/download prompts.
|
||||||
|
# Valid values: true, false
|
||||||
|
# Default: true
|
||||||
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
||||||
default-zoom = 100%
|
default-zoom = 100%
|
||||||
downloads-position = top
|
downloads-position = top
|
||||||
@ -325,6 +330,7 @@ modal-js-dialog = false
|
|||||||
hide-wayland-decoration = false
|
hide-wayland-decoration = false
|
||||||
keyhint-blacklist =
|
keyhint-blacklist =
|
||||||
prompt-radius = 8
|
prompt-radius = 8
|
||||||
|
prompt-filebrowser = true
|
||||||
|
|
||||||
[network]
|
[network]
|
||||||
# Settings related to the network.
|
# Settings related to the network.
|
||||||
@ -1527,13 +1533,13 @@ prompts.selected.bg = #308cc6
|
|||||||
# Font used for prompts.
|
# Font used for prompts.
|
||||||
# Default: 8pt sans-serif
|
# Default: 8pt sans-serif
|
||||||
_monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
|
_monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
|
||||||
completion = 8pt ${_monospace}
|
completion = 16pt ${_monospace}
|
||||||
completion.category = bold ${completion}
|
completion.category = bold ${completion}
|
||||||
tabbar = 8pt ${_monospace}
|
tabbar = 16pt ${_monospace}
|
||||||
statusbar = 8pt ${_monospace}
|
statusbar = 16pt ${_monospace}
|
||||||
downloads = 8pt ${_monospace}
|
downloads = 16pt ${_monospace}
|
||||||
hints = bold 12px ${_monospace}
|
hints = bold 12px ${_monospace}
|
||||||
debug-console = 8pt ${_monospace}
|
debug-console = 16pt ${_monospace}
|
||||||
web-family-standard =
|
web-family-standard =
|
||||||
web-family-fixed =
|
web-family-fixed =
|
||||||
web-family-serif =
|
web-family-serif =
|
||||||
@ -1544,8 +1550,8 @@ web-size-minimum =
|
|||||||
web-size-minimum-logical =
|
web-size-minimum-logical =
|
||||||
web-size-default =
|
web-size-default =
|
||||||
web-size-default-fixed =
|
web-size-default-fixed =
|
||||||
keyhint = 8pt ${_monospace}
|
keyhint = 16pt ${_monospace}
|
||||||
messages.error = 8pt ${_monospace}
|
messages.error = 16pt ${_monospace}
|
||||||
messages.warning = 8pt ${_monospace}
|
messages.warning = 16pt ${_monospace}
|
||||||
messages.info = 8pt ${_monospace}
|
messages.info = 16pt ${_monospace}
|
||||||
prompts = 8pt sans-serif
|
prompts = 16pt sans-serif
|
||||||
|
Loading…
Reference in New Issue
Block a user