Selaa lähdekoodia

[picom] Disable window drop shadows

Frans Bergman 2 vuotta sitten
vanhempi
commit
4d41bb3f02
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)