Created
February 17, 2015 00:21
-
-
Save tjb0607/8923d428d86262843ed6 to your computer and use it in GitHub Desktop.
.compton.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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