dotfiles/system/.config/compton/compton.conf
Severin Kaderli 9f29f25756
Separate work and private configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2019-05-14 11:57:10 +02:00

28 lines
No EOL
536 B
Text

# SCRIPT NAME:
# .config/compton/compton.conf
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This is my compton configuration.
#
# USAGE:
# This file is automatically used by compton.
# Settings opacity rules
opacity-rule = [
"85:class_g = 'Nemo'",
"85:class_g = 'Thunar'"
];
#inactive-dim = 0.25;
# Performance improvements
unredir-if-possible = true;
backend = "glx";
glx-no-stencil = true;
glx-copy-from-front = false;
glx-swap-method = "undefined";
vsync = "opengl-swc";
xrender-sync-fence = true;