Closed RoelVdP closed 1 year ago
Caused by Compton.
Full story: https://gitlab.xfce.org/xfce/xfwm4/-/issues/676 https://github.com/chjj/compton/issues/255
Proposed change for xfce-autostart-wm which fixes the issue:
#subprocess.Popen(["compton", "--backend", "glx", "--vsync", "opengl-swc"]) subprocess.Popen(["compton", "--backend", "glx", "--vsync", "opengl-swc", "--xrender-sync", "--xrender-sync-fence"
Caused by Compton.
Full story: https://gitlab.xfce.org/xfce/xfwm4/-/issues/676 https://github.com/chjj/compton/issues/255
Proposed change for xfce-autostart-wm which fixes the issue: