diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-07-29 17:09:08 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-07-29 17:09:08 +0000 |
commit | 21749df08dbd93b09c291ce66345b4636100a5da (patch) | |
tree | bb66f6e906b4fd1db6e809028ca8170d5819a88c /picom | |
parent | 1c84c072619de0d877b5aa79175a8598e4e41673 (diff) |
ekk
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'" ] |