Fix keyboard scaling on the thor

This commit is contained in:
rocknix
2025-11-11 00:24:31 +00:00
parent 6444e808e4
commit e48bff2da0

View File

@@ -22,7 +22,7 @@ while true; do
killall wvkbd-mobintl
elif [[ "${DEVICE_HAS_DUAL_SCREEN}" == "true" ]]; then
secondary_output=$(swaymsg -t get_outputs -r | jq -r '.[] | select(.focused == false) | .name')
/usr/bin/wvkbd-mobintl -L 350 -fg 6b6b75 -fg-sp 6b6b75 -bg 1d1d1d --text ffffff --text-sp ffffff -fn 50 -l simple --hidden --output ${secondary_output}
/usr/bin/wvkbd-mobintl -L 720 -fg 6b6b75 -fg-sp 6b6b75 -bg 1d1d1d --text ffffff --text-sp ffffff -fn 35 -l simple --hidden --output ${secondary_output}
else
/usr/bin/wvkbd-mobintl -L 350 -fg 6b6b75 -fg-sp 6b6b75 -bg 1d1d1d --text ffffff --text-sp ffffff -fn 50 -l simple --hidden
fi