This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Shattered-Pixel-Dungeon-Ubu.../codium.wrapper

9 lines
160 B
Plaintext
Raw Normal View History

2022-03-07 12:44:36 +00:00
#!/bin/bash
SCALE=$(( $GRID_UNIT_PX / 8 ))
export GDK_BACKEND=x11
export GDK_SCALE=$SCALE
2022-03-10 15:41:48 +00:00
exec ./codium --no-sandbox --force-device-scale-factor=$SCALE "$@"