diff options
author | Alan Pearce | 2017-09-15 13:02:54 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-15 13:02:54 +0200 |
commit | d0851a07ff2101239fc5ba4c6dfb856c9984526d (patch) | |
tree | d4e60d02ade9ad9bb9764b31bd71e543621438d4 | |
parent | edc7739837f4ecbf568405835c5470ab4ac222dd (diff) | |
download | dotfiles-d0851a07ff2101239fc5ba4c6dfb856c9984526d.tar.lz dotfiles-d0851a07ff2101239fc5ba4c6dfb856c9984526d.tar.zst dotfiles-d0851a07ff2101239fc5ba4c6dfb856c9984526d.zip |
i3: Switch back to bitmap fonts
-rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index f88dc9e..c5d5e44 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -51,14 +51,14 @@ set $Locker i3lock-color # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Monospace, Font Awesome 9 +# font pango:Monospace, Font Awesome 9 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). #font pango:DejaVu Sans Mono 8 # Before i3 v4.8, we used to recommend this one as the default: -# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 +font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # 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 |