add xwayland

This commit is contained in:
Noa Aarts 2024-11-20 14:31:47 +01:00
parent e502de408b
commit 000b3ff351
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 11 additions and 4 deletions

View file

@ -170,7 +170,10 @@
appbar = "${pkgs.waybar}/bin/waybar";
extra =
"spawn-at-startup \""
+ lib.strings.concatStringsSep "\nspawn-at-startup \"" [ "${pkgs.dunst}/bin/dunst\"" ];
+ lib.strings.concatStringsSep "\nspawn-at-startup \"" [
"${pkgs.dunst}/bin/dunst\""
"${pkgs.xwayland-satellite}/bin/xwayland-satellite\""
];
};
};
};