Skip to content

Instantly share code, notes, and snippets.

@smakhtin
Last active February 17, 2019 11:34
Show Gist options
  • Save smakhtin/5b021c0c7ba9dbd257f86943610af3d5 to your computer and use it in GitHub Desktop.
Save smakhtin/5b021c0c7ba9dbd257f86943610af3d5 to your computer and use it in GitHub Desktop.
Simpliest Compton Setup

compton --config /dev/null --backend xrender --vsync opengl

Github Issue

Proper GLX config:

compton --config /dev/null --backend glx --glx-swap-method 1

Nvidia swapping and Vsync should be disabled.

Fastest:

compton --config /dev/null --backend glx --paint-on-overlay --vsync opengl-swc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment