qtile fixes

This commit is contained in:
atagen 2024-01-05 22:30:38 +11:00
parent afa81c7a17
commit 64e0765933
6 changed files with 58 additions and 81 deletions

View file

@ -88,13 +88,17 @@
wayland
xorg.xcbutilwm
# inputs'.scenefx.packages.default
(wlroots.overrideAttrs (wf: wp: {
postPatch =
wp.postPatch
+ ''
substituteInPlace render/gles2/renderer.c --replace "glFlush();" "glFinish();"
'';
}))
((wlroots_0_16.override {
xwayland = xwayland;
enableXWayland = true;
})
.overrideAttrs (wf: wp: {
postPatch =
wp.postPatch
+ ''
substituteInPlace render/gles2/renderer.c --replace "glFlush();" "glFinish();"
'';
}))
];
# patches = [./scenefx.patch];
makeWrapperArgs = [