From 28a29d16eae63f9ddae38bf2f5619e9da2bc52e6 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:03:07 -0500 Subject: formatting --- xorg/.config/picom/picom.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'xorg/.config/picom/picom.conf') 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. -- cgit v1.2.3