force enable wayland in electron applications

Don't enable it for TeamSpeak 5 for now, because global shortcuts don't work.
master
lub 1 year ago
parent 092e2965ad
commit a8b6c47766

@ -0,0 +1,3 @@
#!/bin/sh
/usr/bin/code --enable-features=UseOzonePlatform --ozone-platform=wayland $1

@ -0,0 +1,3 @@
#!/bin/sh
/usr/bin/element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
Loading…
Cancel
Save