Picom wasn't loading because of changed settings

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-07 10:56:49 +02:00
parent 62325117c1
commit 56bb61ccad

View file

@ -1,8 +1,5 @@
## shadow ## shadow
shadow = true; shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 12; shadow-radius = 12;
shadow-offset-x = -12; shadow-offset-x = -12;
shadow-offset-y = -12; shadow-offset-y = -12;
@ -38,9 +35,8 @@ mark-ovredir-focused = true;
detect-rounded-corners = true; detect-rounded-corners = true;
detect-client-opacity = true; detect-client-opacity = true;
refresh-rate = 0; refresh-rate = 0;
vsync = "none"; vsync = true;
dbe = false; dbe = false;
paint-on-overlay = true;
focus-exclude = [ focus-exclude = [
"class_g = 'Cairo-clock'" , "class_g = 'Cairo-clock'" ,
"class_g = 'CoverGloobus'", "class_g = 'CoverGloobus'",
@ -52,7 +48,7 @@ detect-transient = true;
detect-client-leader = true; detect-client-leader = true;
invert-color-include = [ ]; invert-color-include = [ ];
glx-copy-from-front = false; glx-copy-from-front = false;
glx-swap-method = "undefined"; use-damage = true;
wintypes: wintypes:
{ {
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; }; tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };