From df5d11ceef6cd69b3ca23f29a9bfcc898194865c Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 3 Mar 2025 19:29:13 -0800 Subject: [PATCH] feat(home/niri): Setup xwayland-satellite on niri --- modules/home/wayland/niri/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/wayland/niri/default.nix b/modules/home/wayland/niri/default.nix index 20ed7b4..b540e95 100644 --- a/modules/home/wayland/niri/default.nix +++ b/modules/home/wayland/niri/default.nix @@ -23,6 +23,7 @@ in { waybar.enable = true; wlogout.enable = true; fuzzel.enable = true; + xwayland-satellite.enable = true; }; services = { swaybg.enable = true; @@ -40,6 +41,11 @@ in { prefer-no-csd = true; hotkey-overlay.skip-at-startup = true; + environment = { + # For some reason this won't set properly from home.sessionVariables. + DISPLAY = ":0"; + }; + ### Startup Programs ### spawn-at-startup = let inherit (config.marleyos) apps;