diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-29 00:20:15 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-29 00:20:15 -0800 |
| commit | 6fa236111927666155093e4fe915897a89e3cfd7 (patch) | |
| tree | 93183bd49a02dfc8863916dcafc2dbb131cc00ca /.config/picom | |
| parent | 3afeec6456bd878bf6989139ea05f03d7922143d (diff) | |
Add Rofi configs
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index b58468e..326035d 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -5,6 +5,10 @@ blur-method = "dual_kawase"; blur-strength = 5; +blur-background-exclude = [ + "class_g = 'Rofi'" +]; + # Shadow shadow = true; @@ -13,6 +17,10 @@ shadow-offset-x = -20; shadow-offset-y = -20; shadow-opacity = 0.8; +shadow-exclude = [ + "class_g = 'Rofi'", +] + # Crop shadow of a window fully on a particular Xinerama screen to the screen. xinerama-shadow-crop = true; |
