dotfiles/x/compton_default.conf

21 lines
605 B
Plaintext

# compton (https://github.com/chjj/compton) compositor config
# Latest git master version of compton is recommended. Configuring compton is
# tricky, these settings are what work for me with NVIDIA GeForce GTX 650 Ti,
# and the nvidia-352 driver.
# Use GLX backend for performance and vsync:
backend = "glx"
# Various performance optimizations:
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
glx-swap-method = -1;
# With newer NVIDIA drivers, this option is needed to prevent lags/flickering:
xrender-sync-fence = true;
unredir-if-possible = true;
vsync = "opengl-oml";