diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2025-03-29 12:55:31 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2025-03-29 13:52:17 +0300 |
commit | bd298646a1110f52934871845df3effc42f339d1 (patch) | |
tree | 6540188d600bec91b8a8436bbef3251386133477 /.config/picom/picom.conf | |
parent | ee0a942d647fd594c13d0f4468e008fd855a573d (diff) |
Diffstat (limited to '.config/picom/picom.conf')
-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", |