aboutsummaryrefslogtreecommitdiff
path: root/xorg/.config/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/.config/picom/picom.conf')
-rw-r--r--xorg/.config/picom/picom.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/xorg/.config/picom/picom.conf b/xorg/.config/picom/picom.conf
index 9f41be9..c656875 100644
--- a/xorg/.config/picom/picom.conf
+++ b/xorg/.config/picom/picom.conf
@@ -42,7 +42,7 @@ rounded-corners-exclude = [
"class_g = 'polybar'",
"class_g = 'Anki'",
"class_g = 'system-init'",
- "class_g = 'Thunderbird'"
+ "class_g = 'Thunderbird'",
];
round-borders = 0;
round-borders-exclude = [
@@ -222,19 +222,20 @@ opacity-rule = [
"80:class_g = 'Bar'", # lemonbar
"100:class_g = 'slop'", # maim
"100:class_g = 'XTerm'",
- "100:class_g = 'URxvt'",
+ "95:class_g = 'URxvt'",
"100:class_g = 'kitty'",
"100:class_g = 'Alacritty'",
"100:class_g = 'Polybar'",
"100:class_g = 'code-oss'",
"100:class_g = 'Meld'",
"70:class_g = 'TelegramDesktop'",
- "90:class_g = 'Joplin'",
+ "95:class_g = 'Joplin'",
# "95:class_g = 'Emacs'",
# "95:class_g = 'FvwmButtons'",
"90:class_g = 'URxvt'",
"100:class_g = 'firefox'",
"100:class_g = 'mpv'",
+ "95:class_g = 'Zathura'",
"100:class_g = 'Thunderbird'"
];
@@ -313,8 +314,8 @@ blur-background-exclude = [
# `xrender` is the default one.
#
experimental-backends = true;
-backend = "glx";
-#backend = "xrender";
+# backend = "glx";
+backend = "xrender";
# Enable/disable VSync.