hi guys just moved from kde to cosmic right now, everything was fine until i realize my chrome is so blurry anyone have fix for this?
Try Firefox. Chromium probably has some Wayland scaling issues
Otherwise check the Arch wiki about chromium, ozone platform and wayland
adding this to my configuration.nix then fix it
environment.sessionVariables = {
NIXOS_OZONE_WL = “1”;
QT_QPA_PLATFORM = “wayland”;
GDK_BACKEND = “wayland”;
};
2 Likes