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-07 13:44:36 +01:00

9 lines
147 B
Bash
Executable File

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