1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-05-08 00:17:22 +02:00

7 lines
229 B
Bash
Executable File

#!/usr/bin/env bash
set -x
# https://github.com/flathub/com.vscodium.codium/issues/55
flatpak run com.vscodium.codium --no-sandbox --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto $@
set +x