Picom wasn't loading because of changed settings
This commit is contained in:
parent
62325117c1
commit
56bb61ccad
1 changed files with 2 additions and 6 deletions
|
@ -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; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue