diff options
Diffstat (limited to 'picom')
| -rw-r--r-- | picom/.config/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index b51f5fc..eb647e8 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ## SHADOWS | 1 | ## SHADOWS |
| 2 | shadow = false; | 2 | shadow = true; |
| 3 | shadow-radius = 15; | 3 | shadow-radius = 15; |
| 4 | shadow-offset-x = -12; | 4 | shadow-offset-x = -12; |
| 5 | shadow-offset-y = -12; | 5 | shadow-offset-y = -12; |
| @@ -69,4 +69,4 @@ detect-transient = true; | |||
| 69 | detect-client-leader = true; | 69 | detect-client-leader = true; |
| 70 | invert-color-include = [ ]; | 70 | invert-color-include = [ ]; |
| 71 | corner-radius = 5; | 71 | corner-radius = 5; |
| 72 | rounded-corners-exclude = [ "name = 'Spectrwm'" ] | 72 | rounded-corners-exclude = [ "name = 'bar'" ] |
