Explorar el Código

[picom] Disable window drop shadows

Frans Bergman hace 2 años
padre
commit
4d41bb3f02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)