mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Fix keyboard scaling on the thor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user