Wayland: Difference between revisions
Appearance
imported>Qyriad m fix code snippet from prev edit |
imported>Niahex |
||
Line 3: | Line 3: | ||
= Compositors = | = Compositors = | ||
* [[Sway]] is a i3-like compositor. | |||
* [[Hyprland]] Dynamic tiling, tabbed windows, custom renderer. | |||
[[Sway]] is a i3-like compositor. | |||
= Applications = | = Applications = |
Revision as of 09:32, 10 October 2023
☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
Compositors
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";