From fd6dd826fb40949be2df5c0bf123f911832423d9 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 27 Aug 2025 14:20:22 +0300 Subject: wiki/Integrating-niri: Mention to remove manual xwl-s startup --- docs/wiki/Integrating-niri.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wiki/Integrating-niri.md b/docs/wiki/Integrating-niri.md index db00dfda..5ec2a69f 100644 --- a/docs/wiki/Integrating-niri.md +++ b/docs/wiki/Integrating-niri.md @@ -20,6 +20,7 @@ Xwayland is required for running X11 apps and games, and also the Orca screen re Since: next release Niri integrates with [xwayland-satellite](https://github.com/Supreeeme/xwayland-satellite) out of the box. The integration requires xwayland-satellite >= 0.7 available in `$PATH`. Please consider making niri depend on (or at least recommend) the xwayland-satellite package. +If you had a custom config which manually started `xwayland-satellite` and set `DISPLAY`, you should remove those customizations for the automatic integration to work. You can change the path where niri looks for xwayland-satellite using the [`xwayland-satellite` top-level option](./Configuration:-Miscellaneous.md#xwayland-satellite). -- cgit