compton.conf (788B)
1 opacity-rule = [ 2 #"10:class_i = 'screenfetch'", 3 #"95:class_g = 'UXTerm' && focused", 4 #"80:class_g = 'UXTerm' && !focused" 5 "85:class_g *?= 'Terminator'", 6 #"90:class_g *?= 'surf'", 7 ]; 8 9 #"90:class_g *?= 'chromium'", 10 ################################# 11 # 12 # Fading 13 # 14 ################################# 15 16 # Fade windows during opacity changes. 17 fading = true; 18 # The time between steps in a fade in milliseconds. (default 10). 19 fade-delta = 4; 20 # Opacity change between steps while fading in. (default 0.028). 21 fade-in-step = 0.03; 22 # Opacity change between steps while fading out. (default 0.03). 23 fade-out-step = 0.03; 24 # Fade windows in/out when opening/closing 25 # no-fading-openclose = true; 26 27 # Specify a list of conditions of windows that should not be faded. 28 fade-exclude = [ ]; 29