diff options
author | Alan Pearce | 2017-09-10 14:51:12 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-10 14:51:12 +0200 |
commit | 6925290c151f98a6934be466ec7b0b8fac626d43 (patch) | |
tree | 8fb106e490e240d460eee77296d43a393032492e /i3 | |
parent | fbb86f6a16f9e804af80e2723bd7e85b2a2f1cb2 (diff) | |
download | dotfiles-6925290c151f98a6934be466ec7b0b8fac626d43.tar.lz dotfiles-6925290c151f98a6934be466ec7b0b8fac626d43.tar.zst dotfiles-6925290c151f98a6934be466ec7b0b8fac626d43.zip |
i3: Use default font
Diffstat (limited to 'i3')
-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 9676529..b9e2fe2 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 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). |