diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 8a830941a9567f43bb0df9d93d124c1457760b24 (patch) | |
| tree | 065a442f33915d9b58dcc8edd6c3fa2e9eeaa2e3 /.config/picom/picom.conf | |
| parent | a9543507cd947954a28e68d967f981cf389f4ee9 (diff) | |
Update
Diffstat (limited to '.config/picom/picom.conf')
| -rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5bf675b..1dcff65 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -2,7 +2,9 @@ shadow = true; shadow-radius = 15; shadow-offset-x = -15; shadow-offset-y = -7; -shadow-exclude = []; +shadow-exclude = [ + "class_g = 'i3-frame' && argb", +]; fading = true; fade-in-step = 0.1; |
