From 385d5a8500ae5ffd0c4e9484bb421421c66121a4 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Thu, 8 Dec 2016 17:54:30 +0100 Subject: [PATCH] qutebrowser started supporting HiDPI --- config/qutebrowser/qutebrowser.conf | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/config/qutebrowser/qutebrowser.conf b/config/qutebrowser/qutebrowser.conf index e913a9e..a7b7ed2 100644 --- a/config/qutebrowser/qutebrowser.conf +++ b/config/qutebrowser/qutebrowser.conf @@ -304,6 +304,11 @@ url-incdec-segments = path,query # prompt-radius (Int): # The rounding radius for the edges of prompts. # 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% default-zoom = 100% downloads-position = top @@ -325,6 +330,7 @@ modal-js-dialog = false hide-wayland-decoration = false keyhint-blacklist = prompt-radius = 8 +prompt-filebrowser = true [network] # Settings related to the network. @@ -1527,13 +1533,13 @@ prompts.selected.bg = #308cc6 # Font used for prompts. # 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 -completion = 8pt ${_monospace} +completion = 16pt ${_monospace} completion.category = bold ${completion} -tabbar = 8pt ${_monospace} -statusbar = 8pt ${_monospace} -downloads = 8pt ${_monospace} +tabbar = 16pt ${_monospace} +statusbar = 16pt ${_monospace} +downloads = 16pt ${_monospace} hints = bold 12px ${_monospace} -debug-console = 8pt ${_monospace} +debug-console = 16pt ${_monospace} web-family-standard = web-family-fixed = web-family-serif = @@ -1544,8 +1550,8 @@ web-size-minimum = web-size-minimum-logical = web-size-default = web-size-default-fixed = -keyhint = 8pt ${_monospace} -messages.error = 8pt ${_monospace} -messages.warning = 8pt ${_monospace} -messages.info = 8pt ${_monospace} -prompts = 8pt sans-serif +keyhint = 16pt ${_monospace} +messages.error = 16pt ${_monospace} +messages.warning = 16pt ${_monospace} +messages.info = 16pt ${_monospace} +prompts = 16pt sans-serif