From c25277094d79c232b57d78a51e93d53701fee07f Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 13 Oct 2021 12:42:04 +0800 Subject: [PATCH] Revert "font: adjust to make size more consistent" This reverts commit faeffb0c00bcf62f0a745db4c91e2354bfcf302f. --- .config/fontconfig/fonts.conf | 33 --------------------------------- .config/mako/config | 2 +- .config/sway/config | 2 +- 3 files changed, 2 insertions(+), 35 deletions(-) diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 89e72e5..385baea 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -15,37 +15,4 @@ false - - - Noto Sans Mono CJK TC - - - - pixelsize - 0.95 - - - - - - Noto Sans CJK TC - - - - pixelsize - 0.8 - - - - - - Noto Sans Symbols2 - - - - pixelsize - 0.875 - - - diff --git a/.config/mako/config b/.config/mako/config index 71b43f3..c18e204 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -1,5 +1,5 @@ background-color=#37474f -font=Noto Sans CJK TC 12 +font=Noto Sans CJK TC 10 border-size=2 border-color=#37474f border-radius=2 diff --git a/.config/sway/config b/.config/sway/config index 42a8596..53dca4c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -2,7 +2,7 @@ exec fcitx-autostart exec mako exec foot --server exec ~/.local/libexec/title-watch.sh -exec sh -c 'wlchewing -e -d no -f "Noto Sans CJK TC 13" -b#303030 -s#80cbc4 -S#101a19 2>/tmp/wlchewing.log' +exec sh -c 'wlchewing -e -d no -f "Noto Sans CJK TC 11" -b#303030 -s#80cbc4 -S#101a19 2>/tmp/wlchewing.log' output eDP-1 scale 3 #for_window [title="."] title_format "%title %app_id %class %instance %shell" #xwayland disable -- 2.45.2