mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
chore: niri xwayland-satellite integration
This commit is contained in:
@@ -38,6 +38,7 @@ in
|
||||
lib.mkMerge [
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Niri v25.08 will create X11 sockets on disk, export $DISPLAY, and spawn `xwayland-satellite` on-demand when an X11 client connects
|
||||
xwayland-satellite
|
||||
];
|
||||
|
||||
|
||||
@@ -272,11 +272,5 @@ niri: {
|
||||
# (leaf "spring" { damping-ratio=0.6; stiffness=1000; epsilon=0.001; })
|
||||
])
|
||||
])
|
||||
|
||||
# xwayland
|
||||
(leaf "spawn-at-startup" "xwayland-satellite")
|
||||
(plain "environment" [
|
||||
(leaf "DISPLAY" ":0")
|
||||
])
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user