From: Andre Ramnitz Date: Mon, 18 Nov 2024 22:57:13 +0000 (+0100) Subject: qutebrowser: adjust font size to new display scale X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=a134d9cc6e851be31fe4d56932c49c6ca72317cb;p=dotfiles.git qutebrowser: adjust font size to new display scale --- diff --git a/dot-config/qutebrowser/config.py b/dot-config/qutebrowser/config.py index 3f08ac28..6813818c 100644 --- a/dot-config/qutebrowser/config.py +++ b/dot-config/qutebrowser/config.py @@ -747,31 +747,31 @@ c.colors.webpage.darkmode.enabled = False # font setting, it's replaced with the fonts listed here. If set to an # empty value, a system-specific monospace default is used. # Type: List of Font, or Font -c.fonts.default_family = '13pt SF Mono' +c.fonts.default_family = '11pt SF Mono' # Default font size to use. Whenever "default_size" is used in a font # setting, it's replaced with the size listed here. Valid values are # either a float value with a "pt" suffix, or an integer value with a # "px" suffix. # Type: String -c.fonts.default_size = '13pt' +c.fonts.default_size = '11pt' # Font used in the completion widget. # Type: Font -c.fonts.completion.entry = '11pt SF Mono' +c.fonts.completion.entry = '10pt SF Mono' # Font used in the completion categories. # Type: Font -c.fonts.completion.category = 'bold 11pt SF Mono' +c.fonts.completion.category = 'bold 10pt SF Mono' # Font used for tooltips. If set to null, the Qt default is used. # Type: Font -c.fonts.tooltip = '11pt SF Mono' +c.fonts.tooltip = '10pt SF Mono' # Font used for the context menu. If set to null, the Qt default is # used. # Type: Font -c.fonts.contextmenu = '11pt SF Mono' +c.fonts.contextmenu = '10pt SF Mono' # Font used for the debugging console. # Type: Font @@ -779,43 +779,43 @@ c.fonts.debug_console = 'default_size default_family' # Font used for the downloadbar. # Type: Font -c.fonts.downloads = '11pt SF Mono' +c.fonts.downloads = '10pt SF Mono' # Font used for the hints. # Type: Font -c.fonts.hints = 'bold 11pt SF Mono' +c.fonts.hints = 'bold 10pt SF Mono' # Font used in the keyhint widget. # Type: Font -c.fonts.keyhint = '11pt SF Mono' +c.fonts.keyhint = '10pt SF Mono' # Font used for error messages. # Type: Font -c.fonts.messages.error = '11pt SF Mono' +c.fonts.messages.error = '10pt SF Mono' # Font used for info messages. # Type: Font -c.fonts.messages.info = '11pt SF Mono' +c.fonts.messages.info = '10pt SF Mono' # Font used for warning messages. # Type: Font -c.fonts.messages.warning = '11pt SF Mono' +c.fonts.messages.warning = '10pt SF Mono' # Font used for prompts. # Type: Font -c.fonts.prompts = '11pt SF Mono' +c.fonts.prompts = '10pt SF Mono' # Font used in the statusbar. # Type: Font -c.fonts.statusbar = '11pt SF Mono' +c.fonts.statusbar = '10pt SF Mono' # Font used for selected tabs. # Type: Font -c.fonts.tabs.selected = '11pt SF Mono' +c.fonts.tabs.selected = '10pt SF Mono' # Font used for unselected tabs. # Type: Font -c.fonts.tabs.unselected = '11pt SF Mono' +c.fonts.tabs.unselected = '10pt SF Mono' # Font family for standard fonts. # Type: FontFamily