summaryrefslogtreecommitdiffstats
path: root/.config/picom
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 8b8d013..a80e35c 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -7,7 +7,8 @@ no-fading-openclose = false;
no-fading-destroyed-args = true;
shadow = false; // high CPU load and degraded performance in terminal
corner-radius = 13;
-backend = "xrender";
+backend = "glx";
+
rounded-corners-exclude = [
"window_type = 'dock'",
"class_g = 'i3bar'",
@@ -17,8 +18,6 @@ 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",
@@ -46,4 +45,3 @@ wintypes = {
dock = { fade = false };
dnd = { fade = false };
};
-