From bb7fa298ca1d72b4fcc43f64a4ed3bc6d6677126 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Tue, 14 Jan 2025 10:49:36 -0600 Subject: [PATCH] niri: add xwayland --- templates/.config/niri/config.kdl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/.config/niri/config.kdl b/templates/.config/niri/config.kdl index 2dcada0..753ca00 100644 --- a/templates/.config/niri/config.kdl +++ b/templates/.config/niri/config.kdl @@ -212,6 +212,11 @@ layout { spawn-at-startup "pipewire" spawn-at-startup "wireplumber" spawn-at-startup "waybar" +spawn-at-startup "xwayland-satellite" ":12" + +environment { + DISPLAY ":12" +} // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored.