Wayland
A display server protocol that aims to replace X11.
Chromium based applications
- add
--ozone-platform-hint=autoto use wayland if possible- or set
environment.sessionVariables.NIXOS_OZONE_WL = "1";for NixOS
- or set
- add
--enable-wayland-imeto use fcitx (code, spotify, etc)
Troubleshooting
- use
xlsclientsto list applications running on xwayland (x11 compatibility layer) - use
wevto log input events (nix-env -iA nixos.wev)