diff options
Diffstat (limited to 'config/picom/picom.conf')
| -rw-r--r-- | config/picom/picom.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 3cd80d8..e77b363 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -3,7 +3,8 @@ inactive-opacity = 0.4; active-opacity = 0.8; opacity-rule = [ - "100:name*='Minecraft'" + "100:name*='Minecraft'", + "100:class_g='maim'" ] # Border @@ -15,6 +16,10 @@ blur: { method = "dual_kawase"; strength = 12; + background-exclude = [ + "name*='rect-overlay'" + "name*='xclip'" + ]; } wintypes: |
