Has anyone seen this before?
Just to illustrate areas of config that may contribute:
vs code
home.file.".config/code-flags.conf".text = ''
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--enable-features=WaylandWindowDecorations
'';
session variables
home.sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
NIXOS_OZONE_WL = 1; # fixed electron apps blurriness
};
electron flags
home.file.".config/electron-flags.conf".text = ''
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--enable-features=WaylandWindowDecorations
--force-device-scale-factor=1
'';
The apps I have noticed this on so far:
- 1password
- vscode
- element matrix client
- slack
Any ideas?
Thank you.