diff options
| author | BardofSprites <[email protected]> | 2026-02-02 19:03:07 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-02-02 19:03:07 -0500 |
| commit | 28a29d16eae63f9ddae38bf2f5619e9da2bc52e6 (patch) | |
| tree | d8ea611d67bfd94daa02536ed580806fd634caa5 /xorg/.config/picom | |
| parent | bf110f306456e82f077b042ca98112bc78b85d2e (diff) | |
formatting
Diffstat (limited to 'xorg/.config/picom')
| -rw-r--r-- | xorg/.config/picom/picom.conf | 11 |
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. |
