dotfiles/system/.config/compton/compton.conf
Severin Kaderli 50042dc9c0
Add new scripts
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2019-02-25 15:44:33 +01:00

27 lines
No EOL
532 B
Text

# SCRIPT NAME:
# .config/compton/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 = [
"90:class_g = 'Termite'",
"90:class_g = 'Nemo'"
];
# 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";
xrender-sync-fence = true;