From 62a4e00de1285c60681ed0030a48ff31829752ba Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Thu, 25 Aug 2022 21:22:41 +0800 Subject: [PATCH] sway: add subpixel hinting for more displays --- .config/sway/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index d919666..687356f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -5,9 +5,14 @@ exec mako exec foot --server exec ~/.local/libexec/title-watch.sh 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 output DP-2 pos 0 0 output HDMI-A-2 pos 0 0 + +output 'BenQ Corporation BenQ BL2780 96L0214501Q' subpixel rgb +output 'Unknown 2269W BFAD39A000404' subpixel rgb + #for_window [title="."] title_format "%title %app_id %class %instance %shell" #xwayland disable -- 2.45.2