Skip to content

Commit

Permalink
feat(niri): install xwayland-satellite
Browse files Browse the repository at this point in the history
Works quite well for X11 compatibility.
Missing automatically initializing it when niri starts, will be added in
later commit.
  • Loading branch information
diogotcorreia committed Dec 1, 2024
1 parent 8b2ac8d commit 647b249
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion profiles/graphical/niri/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
graphical.fonts
];

hm.home.packages = with pkgs; [niri];
hm.home.packages = with pkgs; [
niri
xwayland-satellite
];

hm.programs.zsh.initExtra = ''
# Start graphical server on user's current tty if not already running.
Expand Down Expand Up @@ -70,5 +73,9 @@
// Quit niri
Mod+Ctrl+Q { quit; }
}
environment {
DISPLAY ":0"
}
'';
}

0 comments on commit 647b249

Please sign in to comment.