dotfiles/Placidity-Bspwm/picom/picom.conf
mangeshrex bebafe6ecc
Add files via upload
Reduced the Clutter with the dotfiles.
2021-07-13 15:08:18 +05:30

77 lines
1.3 KiB
Plaintext

corner-radius = 8.0;
rounded-corners-exclude = [
"class_g = 'URxvt'",
"class_g = 'XTerm'",
"class_g = 'Polybar'",
"class_g = 'code-oss'",
"class_g = 'firefox'",
"class_g = 'Tint2'",
];
#----------------- Blur Method -----------------------------
#
##blur: {
# method = "dual_kawase";
# strength = 0.70;
# background = true;
# background-frame = true;
# background-fixed = true;
#}
#
#blur-background-exclude = [
# "class_g = 'slop'"
#];
#backend = "glx";
#----------------- Transparency ----------------------------
inactive-opacity = 1.0;
active-opacity = 1.0;
frame-opacity = 1.0;
inactive-opacity-override = false;
opacity-rule = [
"10:class_g = 'Bspwm'",
"10:class_i = 'presel_feedback'",
];
#----------------- Fade Effects ----------------------------
fading = true;
fade-delta = 2;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
#----------------- Win Type --------------------------------
wintypes :
{
popup_menu =
{
opacity = 1.0;
fade = false;
};
dropdown_menu =
{
opacity = 1.0;
fade = false;
};
dnd =
{
shadow = true;
fade = false;
};
dock =
{
shadow = false;
};
tooltip =
{
fade = false;
shadow = true;
opacity = 1.0;
focus = true;
};
};