Skip to content
Snippets Groups Projects
Commit df11838d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

update picom configuration file

parent d721b26e
No related branches found
No related tags found
No related merge requests found
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 5;
shadow-offset-x = -7;
shadow-offset-y = -7;
......@@ -11,7 +8,6 @@ shadow-green = 0.0;
shadow-blue = 0.7;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
shadow-ignore-shaped = false;
menu-opacity = 0.98;
inactive-opacity = 1.0;
active-opacity = 1.0;
frame-opacity = 0.85;
......@@ -30,15 +26,14 @@ mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "none";
vsync = false;
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";
use-damage = true;
wintypes :
{
tooltip :
......@@ -48,6 +43,13 @@ wintypes :
opacity = 0.75;
focus = true;
};
popup_menu :
{
fade = true;
shadow = false;
opacity = 0.98;
};
};
inactive-dim-fixed = false;
blur-background = false;
......
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 5;
shadow-offset-x = -7;
shadow-offset-y = -7;
......@@ -11,7 +8,6 @@ shadow-green = 0.0;
shadow-blue = 0.7;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
shadow-ignore-shaped = false;
menu-opacity = 0.98;
inactive-opacity = 1.0;
active-opacity = 1.0;
frame-opacity = 0.85;
......@@ -30,15 +26,14 @@ mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "none";
vsync = false;
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";
use-damage = true;
wintypes :
{
tooltip :
......@@ -48,6 +43,13 @@ wintypes :
opacity = 0.75;
focus = true;
};
popup_menu :
{
fade = true;
shadow = false;
opacity = 0.98;
};
};
inactive-dim-fixed = false;
blur-background = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment