diff options
author | Alan Pearce | 2018-05-20 16:57:48 +0200 |
---|---|---|
committer | Alan Pearce | 2018-05-20 16:57:48 +0200 |
commit | 9bb3c9394abc62ab47853fcb60c99c4e9165aee9 (patch) | |
tree | 38b136d366c9bf5c05b2f2cae496265e524af28e /mlterm | |
parent | f9f06adb014cb95e08c8a600c178e9f5a81c6d10 (diff) | |
download | dotfiles-9bb3c9394abc62ab47853fcb60c99c4e9165aee9.tar.lz dotfiles-9bb3c9394abc62ab47853fcb60c99c4e9165aee9.tar.zst dotfiles-9bb3c9394abc62ab47853fcb60c99c4e9165aee9.zip |
Update font configuration
Diffstat (limited to 'mlterm')
-rw-r--r-- | mlterm/.mlterm/aafont | 1 | ||||
-rw-r--r-- | mlterm/.mlterm/font | 4 | ||||
-rw-r--r-- | mlterm/.mlterm/main | 5 |
3 files changed, 6 insertions, 4 deletions
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 |