I am aware of the switches you can pass to each app to make it use native wayland, but is there any way to do it globally?
You must log in or # to comment.
Depends on your distribution. Arch packages some electron apps in a way, where they can accept their own flags through a dedicated file. For others, it’s just a plain
electron-flags.conf
in your~/.config
I would recommend visiting either the arch wiki, or tour distributions equivalent for details
Keep in mind that this does not apply to CEF apps, as that’s an entirely different framework