I've installed Arch+Hyprland on an old 2015 macbook and am having trouble with electron apps. I've only tried Discord and VSCode, but, both seem to be rendering "glitchy"
What I've tried:
env = ELECTRON_OZONE_PLATFORM_HINT,wayland in my hyprland.conf
XDG_SESSION_TYPE=x11 discord
env -u WAYLAND_DISPLAY discord (Segfaults after failing to initialize Wayland platform)
DSI_PRIME=1 discord
discord --enable-feature=UseOzonePlatform --ozone-platform=wayland
discord --no-sandbox0
I'm aware that electron has some issues with Wayland, but, I'm not sure what else to try. Any advice would be helpful.

