Disable sandbox

This commit is contained in:
walking-octopus 2022-03-10 15:41:48 +00:00 committed by Alfred Neumayer
parent 7a1dba27cd
commit 28a3159922

View File

@ -5,4 +5,4 @@ SCALE=$(( $GRID_UNIT_PX / 8 ))
export GDK_BACKEND=x11
export GDK_SCALE=$SCALE
exec ./codium --force-device-scale-factor=$SCALE "$@"
exec ./codium --no-sandbox --force-device-scale-factor=$SCALE "$@"