diff options
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a80e35c..4f21d7a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -18,6 +18,8 @@ opacity-rule = [ "100: name *= 'Pornhub'", // not sus "100: name ~= 'ヰカちゃん♡♡~ – \\\\([0-9]+\\\\)'", // my girlfriend is more important than my rice "100: name ~= 'Вика Цой'", + "100: class_g *= 'MuPDF'", // yeah yeah + "100: name *= '.pdf'", // sure // rules for calls break the media viewing so this is a workaround "99: class_g *= 'Telegram' && name = 'Media viewer' && focused", |