Xwayland-sattelite
This commit is contained in:
parent
beebd62e79
commit
bf933e2af2
1 changed files with 4 additions and 5 deletions
|
|
@ -67,11 +67,6 @@
|
||||||
"hide"
|
"hide"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
command = [
|
|
||||||
"${lib.getExe pkgs.xwayland-satellite-unstable}"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
command = [
|
command = [
|
||||||
"${lib.getExe pkgs.swaybg}"
|
"${lib.getExe pkgs.swaybg}"
|
||||||
|
|
@ -226,6 +221,10 @@
|
||||||
debug = lib.mkIf (hwconfig.hostname == "kylekrein-mac") {
|
debug = lib.mkIf (hwconfig.hostname == "kylekrein-mac") {
|
||||||
render-drm-device = "/dev/dri/renderD128";
|
render-drm-device = "/dev/dri/renderD128";
|
||||||
};
|
};
|
||||||
|
xwayland-satellite = {
|
||||||
|
enable = true;
|
||||||
|
path = "${lib.getExe pkgs.xwayland-satellite-unstable}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue