Update font configuration
Alan Pearce alan@alanpearce.eu
Sun, 20 May 2018 16:57:48 +0200
5 files changed, 9 insertions(+), 11 deletions(-)
M i3/.config/i3/config → i3/.config/i3/config
@@ -55,10 +55,10 @@ # 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 +font pango:Liberation Mono 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 +# 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
M mlterm/.mlterm/font → mlterm/.mlterm/font
@@ -1,2 +1,2 @@-DEFAULT = -xos4-terminus-medium-r-normal--14-*-72-72-c-* -UNICODE = -xos4-terminus-medium-r-normal--14-*-72-72-c-*+DEFAULT = Liberation Mono 12 +UNICODE = Liberation Mono 12
M mlterm/.mlterm/main → mlterm/.mlterm/main
@@ -3,8 +3,8 @@ use_multi_column_char = false use_combining = false use_bold_font = false encoding = UTF-8 -fontsize = 14 -type_engine = xcore +fontsize = 16 +type_engine = xft scrollbar_mode = none input_method = kbd logging_msg = false @@ -17,3 +17,4 @@ use_extended_scroll_shortcut = true regard_uri_as_word = true mod_meta_key = alt mod_meta_mode = esc +use_anti_alias = true
M xresources/.xresources/main → xresources/.xresources/main
@@ -8,7 +8,7 @@ Emacs.MenuBar: off Emacs.ScrollBars: off Emacs.CursorBlink: off -rofi.font: Terminus Bold 14 +rofi.font: Monospace Bold 14 URxvt.fading: 0 URxvt.geometry: 100x40 @@ -30,10 +30,6 @@ URxvt.pointerBlank: true URxvt.pointerBlankDelay: 987654321 URxvt.letterSpace: 0 URxvt.lineSpace: 2 - -Emacs.Font: -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-* -Emacs.fixed-pitch.attributeFont: -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-* -Emacs.variable-pitch.attributeFont: sans-10 ! Local Variables: ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))