Wayland: Difference between revisions

From NixOS Wiki
imported>Niahex
imported>Niahex
Line 6: Line 6:
* [[Hyprland]] Dynamic tiling, tabbed windows, custom renderer.
* [[Hyprland]] Dynamic tiling, tabbed windows, custom renderer.


= Applications =
== Applications ==


== Electron and Chromium ==
=== Electron and Chromium ===


<!-- I kept getting META error when trying {{ic|NIXOS_OZONE_WL=1}}, and replacing the equals with &equals; didn't work either — does anyone know how to markup this correctly? -->
<!-- I kept getting META error when trying {{ic|NIXOS_OZONE_WL=1}}, and replacing the equals with &equals; didn't work either — does anyone know how to markup this correctly? -->

Revision as of 09:34, 10 October 2023

Compositors

  • Sway is a i3-like compositor.
  • Hyprland Dynamic tiling, tabbed windows, custom renderer.

Applications

Electron and Chromium

As of NixOS 22.05 ("Quokka"), you can enable Ozone Wayland support in Chromium and Electron based applications by setting the environment variable NIXOS_OZONE_WL=1. For example, in a configuration.nix:

environment.sessionVariables.NIXOS_OZONE_WL = "1";