Browse Source

[picom] Disable window drop shadows

Frans Bergman 2 years ago
parent
commit
4d41bb3f02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .config/picom.conf

+ 1 - 1
.config/picom.conf

@@ -56,7 +56,7 @@ glx-swap-method = 1;
 #################################
 
 # Enabled client-side shadows on windows.
-shadow = true;
+shadow = false;
 # The blur radius for shadows. (default 12)
 #shadow-radius = 5;
 # The left offset for shadows. (default -15)