scripts/bash/usr-local-bin/codium

9 lines
236 B
Plaintext
Raw Normal View History

2022-04-02 16:07:11 +02:00
#!/usr/bin/env bash
# Run under flatpak, and Wayland
2022-04-02 16:07:11 +02:00
set -x
# https://github.com/flathub/com.vscodium.codium/issues/55
flatpak run com.vscodium.codium --no-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland $@
2022-04-02 16:07:11 +02:00
set +x