diff options
-rw-r--r-- | i3/.config/i3/config | 4 | ||||
-rw-r--r-- | mlterm/.mlterm/aafont | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index ee5f129..28c4171 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -51,11 +51,11 @@ 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 7 # 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:Liberation Mono 7 +font pango:Liberation Mono, Font Awesome 7 # 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 diff --git a/mlterm/.mlterm/aafont b/mlterm/.mlterm/aafont index 035d81f..f9f6a27 100644 --- a/mlterm/.mlterm/aafont +++ b/mlterm/.mlterm/aafont @@ -1 +1 @@ -DEFAULT = Liberation Mono 16 +DEFAULT = Droid Sans Mono 16 |