diff options
author | Alan Pearce | 2017-09-08 21:27:01 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 21:27:01 +0200 |
commit | ed85cf6783ab1437bae76bce3b0951622b4d4974 (patch) | |
tree | 848ebf8de55daed96c759c58a0753d8db97f502d | |
parent | 2ed6f273e51d76e15c259b8a866fded2a0d60054 (diff) | |
download | dotfiles-ed85cf6783ab1437bae76bce3b0951622b4d4974.tar.lz dotfiles-ed85cf6783ab1437bae76bce3b0951622b4d4974.tar.zst dotfiles-ed85cf6783ab1437bae76bce3b0951622b4d4974.zip |
i3: change font size to follow DPI
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 49a3f7c..67fbaca 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -51,7 +51,7 @@ 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:Liberation Mono, Font Awesome 11 +font pango:Liberation Mono, 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). |