Skip to content

Instantly share code, notes, and snippets.

@tjb0607
Created February 17, 2015 00:21
Show Gist options
  • Save tjb0607/8923d428d86262843ed6 to your computer and use it in GitHub Desktop.
Save tjb0607/8923d428d86262843ed6 to your computer and use it in GitHub Desktop.
.compton.conf
refresh-rate = 60.02;
vsync= "opengl";
# Shadows
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 8;
shadow-offset-x = -11;
shadow-offset-y = -11;
shadow-opacity = 1;
shadow-exclude = [
"name = 'Notification'",
"class_g ?= 'Notify-osd'",
"_GTK_FRAME_EXTENTS@:c",
"class_g = 'Firefox' && argb",
"name = 'screenkey'"
];
fading = true;
fade-in-step = 0.06;
fade-out-step = 0.06;
opacity-rule = [ "50:name = 'screenkey'" ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment