diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 22:53:21 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 22:53:21 +0200 |
| commit | 9f004955033387eebf3f58aec2501fba5020f307 (patch) | |
| tree | 4466723c05c8d929ddd71b83f9e077039b0711de /config/picom | |
| parent | 49c67cb6570511463820018af78fa9add4b881e7 (diff) | |
feat(rofi): customize with adi1090x/rofi
Diffstat (limited to 'config/picom')
| -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: |
