summaryrefslogtreecommitdiffstats
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-01-17 13:11:40 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-01-17 13:11:40 +0300
commitfea38c3c191163ea3f14f2c90236ebbde75fcbe5 (patch)
tree8a442ee129a787b5b44834e82509fe340182df36 /.config/picom/picom.conf
parentb265c328f04362225a9d001580d0b8f5963ee1d9 (diff)
merged changes from laptop into pc dotfiles
Diffstat (limited to '.config/picom/picom.conf')
-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 };
};
-