bash/usr-local-bin: codium has fixed wayland support too

This commit is contained in:
Aminda Suomalainen 2022-05-12 12:41:54 +03:00
parent 050928156c
commit beef3845a6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,5 @@
set -x
# https://github.com/flathub/com.vscodium.codium/issues/55
flatpak run com.vscodium.codium --no-sandbox $@
# --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
flatpak run com.vscodium.codium --no-sandbox --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland $@
set +x