plugfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

compton.conf (864B)


      1 ## Shadow
      2 shadow = true;
      3 no-dnd-shadow = true;
      4 no-dock-shadow = true;
      5 clear-shadow = true;
      6 shadow-radius = 12;
      7 shadow-offset-x = -17;
      8 shadow-offset-y = -7;
      9 shadow-opacity = 0.9;
     10 shadow-exclude = [ "class_g = 'Polybar'"];
     11 
     12 
     13 ## fading
     14 fading = true;
     15 fade-delta = 0.25;
     16 fade-in-step = 0.02;
     17 fade-out-step = 0.02;
     18 fade-exclude = [
     19 ];
     20 
     21 ## opacity
     22 active-opacity = 1.0;
     23 #frame-opacity = 0.7;
     24 #inactive-opacity = 0.80
     25 inactive-opacity = 0.90
     26 focus-exclude = [ "class_g = 'chromium'", "class_g = 'Brave-browser'"]
     27 
     28 #opacity-rule = [ "80:class_g = 'code-oss'" ];
     29 
     30 
     31 ## blur
     32 blur-background = true;
     33 #blur-background-frame = false;
     34 #blur-background-fixed = false;
     35 #blur-kern = "3x3box";
     36 blur-method = "kawase";
     37 blur-strength = 8;
     38 #blur-background-exclude = [ "window_type = 'desktop'" ];
     39 
     40 opacity-rule = [ "100:class_g = 'St'" ];
     41 opacity-rule = [ "100:class_g = 'Polybar'" ];