diff options
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a905519..3ca757e 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -13,12 +13,14 @@ rounded-corners-exclude = [ ]; opacity-rule = [ "100: name *= 'YouTube'", + "100: name *= 'hub'", // not sus "100: name ~= 'ヰカちゃん♡♡~ – \\\\([0-9]+\\\\)'", // my girlfriend is more important than my rice + "100: name ~= 'Вика Цой'", // 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 + "100: class_g *= 'Telegram' && !name ~= '([0-9]+)'", // for calls // "75: class_g = 'Sakura' && name *= 'BashTOP'", // commented out for better times "84: class_g = 'Sakura' && focused", |