26 lines
531 B
Text
26 lines
531 B
Text
# SCRIPT NAME:
|
|
# .config/compton.conf
|
|
#
|
|
# AUTHOR:
|
|
# Severin Kaderli <severin.kaderli@gmail.com>
|
|
#
|
|
# DESCRIPTION:
|
|
# This is my compton configuration.
|
|
#
|
|
# USAGE:
|
|
# This file is automatically used by compton.
|
|
|
|
# Settings opacity rules
|
|
opacity-rule = [ "85:class_g = 'Termite'" ];
|
|
|
|
# Performance improvements
|
|
unredir-if-possible = true;
|
|
backend = "glx";
|
|
glx-no-stencil = true;
|
|
glx-copy-from-front = false;
|
|
glx-swap-method = "undefined";
|
|
refresh-rate = 0;
|
|
vsync = "none";
|
|
sw-opti = true;
|
|
xrender-sync = true;
|
|
xrender-sync-fence = true;
|