From 2f0000b21f18c433819d579786f15465bd6390a0 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 16 Mar 2021 14:01:22 +0800 Subject: [PATCH] sway: wlchewing: set font --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 9e6cd3b..742249b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,7 +1,7 @@ exec fcitx-autostart exec mako exec ~/.local/libexec/title-watch.sh -exec sh -c 'wlchewing -e -d no 2>/tmp/wlchewing.log' +exec sh -c 'wlchewing -e -d no -f "Noto Sans CJK TC 10" 2>/tmp/wlchewing.log' output eDP-1 scale 3 #for_window [title="."] title_format "%title %app_id %class %instance %shell" for_window [title="."] title_format "%title " -- 2.45.2