From dbfd6ae5bb687728d281d40903b436810d4f75a3 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 18 Aug 2018 12:19:15 -0700 Subject: [PATCH] Reset zooms for new DPI --- X/.Xresources | 4 +--- qutebrowser/config.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/X/.Xresources b/X/.Xresources index 1c8d33f..baffb75 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -10,14 +10,12 @@ URxvt*buffered: true URxvt*intensityStyles: false URxvt*urgentOnBell: true URxvt*iso14755: false -URxvt*font: xft:Input Mono Narrow Light:size=10 +URxvt*font: xft:Input Mono Narrow Light:size=8 URxvt.perl-ext-common: confirm-paste, URxvt*scrollTtyOutput: false URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true -Xft.dpi: 120 - ! Black URxvt*color0: #000000 URxvt*color8: #555555 diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 400765e..f4da77e 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1289,7 +1289,7 @@ c.url.start_pages = ["about:blank"] # The default zoom level. # Type: Perc -c.zoom.default = "125%" +# c.zoom.default = '100%' # The available zoom levels. # Type: List of Perc