diff options
author | Thomas Groman <tgroman@nuegia.net> | 2018-10-06 11:26:03 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2018-10-06 12:18:58 -0700 |
commit | d289afd6e92e18d9a39a673ec044e50f4c8b4c56 (patch) | |
tree | feec1e7c3f95db705058d61cf58ead5167e85fdd | |
parent | aa80f19a72756d59c9dcb60147731b39b08ef3c3 (diff) | |
download | configs-d289afd6e92e18d9a39a673ec044e50f4c8b4c56.tar configs-d289afd6e92e18d9a39a673ec044e50f4c8b4c56.tar.gz configs-d289afd6e92e18d9a39a673ec044e50f4c8b4c56.tar.lz configs-d289afd6e92e18d9a39a673ec044e50f4c8b4c56.tar.xz configs-d289afd6e92e18d9a39a673ec044e50f4c8b4c56.zip |
Increased font size
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8df4647..4a393d9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,7 +17,7 @@ set $mod Mod1 # 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 +font pango:DejaVu Sans Mono 9 # 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 |