summaryrefslogtreecommitdiffstats
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf20
1 files changed, 14 insertions, 6 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index b8d275b..a905519 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -12,9 +12,17 @@ rounded-corners-exclude = [
"class_g = 'i3bar'",
];
opacity-rule = [
- "100:name *= 'YouTube'",
- "100:name *= 'ヰカちゃん♡♡'",
- "90:class_g = 'telegram-desktop'",
+ "100: name *= 'YouTube'",
+ "100: name ~= 'ヰカちゃん♡♡~ – \\\\([0-9]+\\\\)'", // my girlfriend is more important than my rice
+
+ // rules for calls break the media viewing so this is a workaround
+ "99: class_g *= 'Telegram' && name = 'Media viewer' && focused",
+ "88: class_g *= 'Telegram' && name = 'Media viewer' && !focused",
+ "37: class_g *= 'Telegram' && !name ~= '([0-9]+)'", // for calls
+
+ // "75: class_g = 'Sakura' && name *= 'BashTOP'", // commented out for better times
+ "84: class_g = 'Sakura' && focused",
+ "63: class_g = 'Sakura'",
];
blur = {
method = "gaussian";
@@ -25,10 +33,10 @@ blur-background-exclude = [
"class_g = 'slop'",
];
wintypes = {
- toolbar = { fade = false };
+ toolbar = { fade = false, blur = false };
menu = { fade = false };
- dropdiwn_menu = { fade = false };
- popup_menu = { fade = false };
+ dropdown_menu = { fade = false, blur = false };
+ popup_menu = { fade = false, blur = false };
utility = { fade = false };
dock = { fade = false };
dnd = { fade = false };