Change to shattered
This commit is contained in:
8
shatteredpd.wrapper
Executable file
8
shatteredpd.wrapper
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCALE=$(( $GRID_UNIT_PX / 8 ))
|
||||
|
||||
export GDK_BACKEND=x11
|
||||
export GDK_SCALE=$SCALE
|
||||
|
||||
exec java -jar ./ShatteredPD.jar --force-device-scale-factor=$SCALE "$@"
|
Reference in New Issue
Block a user