added picom config

This commit is contained in:
2023-03-26 10:42:36 +05:00
parent 23dfbf1592
commit 351c1c959f
4 changed files with 33 additions and 1 deletions

23
config/picom/picom.conf Normal file
View File

@@ -0,0 +1,23 @@
backend = "glx";
no-dock-shadow = true;
active-opacity = 10;
frame-opacity = 10;
inactive-opacity-override = false;
blur-background = false;
corner-radius = 5;
shadow = false;
shadow-ignore-shaped = false;
no-fading-destroyed-argb = true;
no-fading-openclose = true;
no-fading-destroy = true;
fade-in-step = 1;
fade-out-step = 1;
fade-delta = 0;
daemon = true;
fading = false;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
use-damage = true;
xrender-sync-fence = true;
vsync = false;
unredir-if-possible = false;