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
2022-03-14 22:20:07 +01:00

9 lines
160 B
Bash
Executable File

#!/bin/bash
SCALE=$(( $GRID_UNIT_PX / 8 ))
export GDK_BACKEND=x11
export GDK_SCALE=$SCALE
exec ./codium --no-sandbox --force-device-scale-factor=$SCALE "$@"