Skip to content

Instantly share code, notes, and snippets.

@xypnox
Created October 11, 2018 16:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xypnox/2c8fce2f1a7d7e8b3dd64af1e14d5b28 to your computer and use it in GitHub Desktop.
Save xypnox/2c8fce2f1a7d7e8b3dd64af1e14d5b28 to your computer and use it in GitHub Desktop.
Compton Configuration file
fading = true; # Fade windows during opacity changes.
inactive-opacity = 0.8;
active-opacity = 0.9;
opacity-rule = [
"99:class_g = 'Firefox'",
"99:class_g = 'eom'"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment