pesader

Make electron apps sharp under Wayland

Electron apps often look blurry on GNOME under Wayland, especially if you are using the experimental fractional scaling feature. To fix that, run the electron application with the following parameters:

--enable-features=UseOzonePlatform --ozone-platform=wayland

Sources: [1] [2]

Published on January 26, 2024.