XFCE Typing delay, fixed by small code change in xfce-autostart-wm
RoelVdP opened this issue · 0 comments
RoelVdP commented
Caused by Compton.
Full story:
https://gitlab.xfce.org/xfce/xfwm4/-/issues/676
chjj/compton#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"