Menu

Problem With Composting(Compton)

Anurag Rai
2020-03-01
2020-03-01
  • Anurag Rai

    Anurag Rai - 2020-03-01

    Someone please provide me deafult compton config file from Salinet OS XFCE Enhanced Edition as i have deleted mine and the new one i got from manjaro site gives black background to panels after login for few seconds.

     

    Last edit: Anurag Rai 2020-03-01
    • Silent Robot

      Silent Robot - 2020-03-01

      Save as compton.conf and put it under your ~/.config folder

      shadow = true;
      no-dnd-shadow = false;
      no-dock-shadow = true;
      clear-shadow = true;
      shadow-radius = 3;
      shadow-offset-x = -3;
      shadow-offset-y = -3;
      shadow-opacity = 0.7;
      shadow-red = 0.066667;
      shadow-green = 0.070588;
      shadow-blue = 0.086275;
      shadow-exclude = [ "! name~=''", "class_g = 'Cairo-clock'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Conky'", "class_g = 'Kupfer'", "class_g = 'Synapse'", "class_g ?= 'Cairo-dock'", "class_g ?= 'Notify-osd'", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'", "name *= 'Chrome'", "name *= 'Chromium'", "name *= 'compton'", "name *= 'Firefox'", "name *= 'MPV'", "name = 'Docky'", "name = 'Kupfer'", "name = 'Notification'", "name = 'Plank'", "name = 'xfce4-notifyd'" ];
      shadow-ignore-shaped = true;
      xinerama-shadow-crop = true;
      menu-opacity = 1.0;
      inactive-opacity = 1.0;
      active-opacity = 1.0;
      frame-opacity = 0.9;
      inactive-opacity-override = false;
      alpha-step = 0.06;
      inactive-dim = 0.0;
      blur-kern = "3x3box";
      blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
      fading = true;
      fade-in-step = 0.01;
      fade-out-step = 0.01;
      fade-exclude = [ ];
      backend = "glx";
      mark-wmwin-focused = true;
      mark-ovredir-focused = true;
      detect-rounded-corners = true;
      detect-client-opacity = true;
      refresh-rate = 0;
      vsync = "none";
      dbe = false;
      paint-on-overlay = true;
      focus-exclude = [ "class_g = 'Cairo-clock'" ];
      detect-transient = true;
      detect-client-leader = true;
      invert-color-include = [ ];
      glx-copy-from-front = false;
      glx-swap-method = "undefined";
      wintypes : 
      {
        tooltip : 
        {
          fade = true;
          shadow = false;
          opacity = 0.75;
          focus = true;
        };
        menu : 
        {
          shadow = false;
        };
        dropdown_menu : 
        {
          shadow = false;
        };
        popup_menu : 
        {
          shadow = false;
        };
        utility : 
        {
          shadow = false;
        };
      };
      fade-delta = 1;
      no-fading-openclose = true;
      blur-background = true;
      blur-background-fixed = true;
      
       

Log in to post a comment.