linuxmint / mintdesktop

Desktop configuration tool for MATE and Xfce
http://www.linuxmint.com
56 stars 25 forks source link

XFCE Typing delay, fixed by small code change in xfce-autostart-wm #54

Closed RoelVdP closed 1 year ago

RoelVdP commented 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"