summaryrefslogtreecommitdiffstats
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2025-01-17 12:47:53 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2025-01-17 12:47:53 +0300
commitb265c328f04362225a9d001580d0b8f5963ee1d9 (patch)
tree0f924f1bf1ee32a5498617258bbdac21777a0876 /.config/picom/picom.conf
parentb2b543355c03ec24281d05380f92e2e793e511f4 (diff)
I don't even know at this point
Diffstat (limited to '.config/picom/picom.conf')
-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 };
};
+