From 9bb3c9394abc62ab47853fcb60c99c4e9165aee9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 May 2018 16:57:48 +0200 Subject: Update font configuration --- i3/.config/i3/config | 4 ++-- mlterm/.mlterm/aafont | 1 + mlterm/.mlterm/font | 4 ++-- mlterm/.mlterm/main | 5 +++-- xresources/.xresources/main | 6 +----- 5 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 mlterm/.mlterm/aafont diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 58dec9b..ee5f129 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -55,10 +55,10 @@ set $Locker i3lock-color # 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 diff --git a/mlterm/.mlterm/aafont b/mlterm/.mlterm/aafont new file mode 100644 index 0000000..035d81f --- /dev/null +++ b/mlterm/.mlterm/aafont @@ -0,0 +1 @@ +DEFAULT = Liberation Mono 16 diff --git a/mlterm/.mlterm/font b/mlterm/.mlterm/font index a6de297..daa06de 100644 --- a/mlterm/.mlterm/font +++ b/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-* \ No newline at end of file +DEFAULT = Liberation Mono 12 +UNICODE = Liberation Mono 12 diff --git a/mlterm/.mlterm/main b/mlterm/.mlterm/main index 788118c..776092d 100644 --- a/mlterm/.mlterm/main +++ b/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 diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 4b1cbe1..455a0ee 100644 --- a/xresources/.xresources/main +++ b/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 @@ -31,10 +31,6 @@ 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)) ! End: -- cgit 1.4.1