I’m using the Hyprland DE and I’ve set the env ELECTRON_OZONE_PLATFORM_HINT=wayland. This fixed the issue, but I’m wondering if this is the intended way to fix the blurry rendering caused by fractional scaling with apps like Discord, Cursor, etc.
Yes, this is the best way to do it. Electron/Chromium apps still default to running through Xwayland, which is why they appear blurry when scaled. This variable tells them to run as native Wayland clients, which will generally give a better experience in Hyprland.
1 Like