diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-04 15:48:19 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-04 15:48:19 +0100 |
| commit | d8489ddec1975c3d6c362afff4e5d9d60d2d3a6c (patch) | |
| tree | 36692b159b228e628c4ede2151810edbf0fd9650 /picom/picom.conf | |
| parent | 430674ecaf5d9946434649af2beec19d1031dfbb (diff) | |
feat(picom) disable non dynamic opacity except polybar
Diffstat (limited to 'picom/picom.conf')
| -rw-r--r-- | picom/picom.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/picom/picom.conf b/picom/picom.conf index 088d23b..1050b2d 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -205,19 +205,7 @@ focus-exclude = [ # # opacity-rule = [] opacity-rule = [ - "80:class_g = 'Bar'", # lemonbar - "100:class_g = 'slop'", # maim - "100:class_g = 'XTerm'", - "100:class_g = 'URxvt'", - "80:class_g = 'kitty'", - "95:class_g = 'Alacritty'", "80:class_g = 'Polybar'", - "90:class_g = 'code-oss'", - "100:class_g = 'Meld'", - "70:class_g = 'TelegramDesktop'", - "90:class_g = 'Joplin'", - "100:class_g = 'Brave'", - "100:class_g = 'Thunderbird'" ]; |
