dotfiles

My dotfiles
git clone git://mcdim.xyz/dotfiles.git
Log | Files | Refs

picom.conf (795B)


      1 #opacity-rule = ["89:class_g = 'konsole'"];
      2 #opacity-rule = ["85:class_g = 'st'"];
      3 opacity-rule = [ "93:class_g *?= 'konsole'", 
      4 		 "110:class_g *?= 'st'",];
      5 
      6 shadow-exclude = [ "name = 'cpt_frame_window'" ];
      7 
      8 #blur-background = true;
      9 #blur-method = "kernel";
     10 #blur-strength = 20;
     11 
     12 # Shadow
     13 shadow = true;
     14 #no-dnd-shadow = true;
     15 #no-dock-shadow = true;
     16 #clear-shadow = true;
     17 shadow-radius = 7;
     18 shadow-offset-x = -7;
     19 shadow-offset-y = -7;
     20  shadow-opacity = 0.7;
     21 # shadow-red = 0.0;
     22 # shadow-green = 0.0;
     23 # shadow-blue = 0.0;
     24 shadow-exclude = [
     25     "name = 'Notification'",
     26     "class_g = 'Conky'",
     27     "class_g ?= 'Notify-osd'",
     28     "class_g = 'Cairo-clock'",
     29     "_GTK_FRAME_EXTENTS@:c"
     30 ];
     31 # shadow-exclude = "n:e:Notification";
     32 # shadow-exclude-reg = "x10+0+0";
     33 # xinerama-shadow-crop = true;
     34