1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-10 08:40:38 +01:00
2022-04-23 08:28:04 +03:00

8 lines
206 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=UseOzonePlatforme --ozone-platform=wayland
set +x