update picom config

more window exclusions
acrylic effect
remove rounded corners
This commit is contained in:
2023-06-12 07:18:45 -04:00
parent bbd2318915
commit d80db383f9
+10 -5
View File
@@ -5,11 +5,11 @@ glx-swap-method = 2;
# Shadows
shadows = true;
shadow-radius = 12;
shadow-radius = 6;
shadow-opacity = 1;
shadow-offset-x = -15;
shadow-offset-y = -15;
#shadow-color = "#fff"
shadow-offset-x = 1;
shadow-offset-y = 1;
#shadow-color = "#000"
shadow-red = 0;
shadow-blue = 0;
shadow-green = 1;
@@ -34,6 +34,11 @@ opacity-rule = [
"70:class_g = 'Termite' && !focused",
"90:class_g = 'kitty' && focused",
"70:class_g = 'kitty' && !focused",
"95:class_g = 'Signal' && focused",
"60:class_g = 'Signal' && !focused",
"95:class_g = 'discord' && focused",
"60:class_g = 'discord' && !focused",
"60:class_g = 'Spotify'",
];
# Blur
@@ -65,7 +70,7 @@ fade-exclude = [ ];
# Window settings
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; full-shadow = false; };
dock = { shadow = false; clip-shadow-above = true; }
dnd = { shadow = false; }
popup_menu = { opacity = 0.8; }