update render script resolution and font size

This commit is contained in:
2025-12-12 15:42:42 -08:00
parent bd8d810ecc
commit a4ada01d37
22 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ kitty -o allow_remote_control=yes --listen-on "unix:$sock" --title "$title" "$@"
# create a targeted rule for the marked window and resize
sleep 2
swaymsg "for_window [title=\"$title\"] mark --add $title, floating enable, resize set width ${w} px height ${h} px, move position center" >/dev/null
kitty @ --to "unix:$sock" set-font-size 24
# get the spawned window geometry
sleep 2