From e0287e00d973ea98c494dafdc450c8511f16a9f5 Mon Sep 17 00:00:00 2001 From: Tyler Brazier Date: Wed, 25 Oct 2017 15:26:44 -0500 Subject: [PATCH] config: use ascii single quote MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The unicode quote doesn’t render very well in terminals that don't support unicode --- etc/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config b/etc/config index 483694c1..65e36b80 100644 --- a/etc/config +++ b/etc/config @@ -22,7 +22,7 @@ font pango:monospace 8 # The font above is very space-efficient, that is, it looks good, sharp and # clear in small sizes. However, its unicode glyph coverage is limited, the old # X core fonts rendering does not support right-to-left and this being a bitmap -# font, it doesn’t scale on retina/hidpi displays. +# font, it doesn't scale on retina/hidpi displays. # use these keys for focus, movement, and resize directions when reaching for # the arrows is not convenient -- 2.39.5