mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
bash/usr-local-bin/code: wayland support is fixed upstream
This commit is contained in:
parent
ba146f2f2c
commit
050928156c
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
flatpak run com.visualstudio.code --no-sandbox $@
|
||||
# --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
|
||||
flatpak run com.visualstudio.code --no-sandbox --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland $@
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user