summaryrefslogtreecommitdiffstats
path: root/.config/picom
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index c5ae784..8b8d013 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -7,6 +7,7 @@ no-fading-openclose = false;
no-fading-destroyed-args = true;
shadow = false; // high CPU load and degraded performance in terminal
corner-radius = 13;
+backend = "xrender";
rounded-corners-exclude = [
"window_type = 'dock'",
"class_g = 'i3bar'",
@@ -16,6 +17,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'",
+ "100: class_g *= 'firefox'",
// rules for calls break the media viewing so this is a workaround
"99: class_g *= 'Telegram' && name = 'Media viewer' && focused",
@@ -43,3 +46,4 @@ wintypes = {
dock = { fade = false };
dnd = { fade = false };
};
+