Browse Source

[picom] Disable window drop shadows

Frans Bergman 2 năm trước cách đây
mục cha
commit
4d41bb3f02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)