summaryrefslogtreecommitdiff
path: root/picom
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-07-29 17:09:08 +0000
committerShubham Saini <pryr@pryr.xyz>2020-07-29 17:09:08 +0000
commit21749df08dbd93b09c291ce66345b4636100a5da (patch)
treebb66f6e906b4fd1db6e809028ca8170d5819a88c /picom
parent1c84c072619de0d877b5aa79175a8598e4e41673 (diff)
ekk
Diffstat (limited to 'picom')
-rw-r--r--picom/.config/picom.conf4
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
2shadow = false; 2shadow = true;
3shadow-radius = 15; 3shadow-radius = 15;
4shadow-offset-x = -12; 4shadow-offset-x = -12;
5shadow-offset-y = -12; 5shadow-offset-y = -12;
@@ -69,4 +69,4 @@ detect-transient = true;
69detect-client-leader = true; 69detect-client-leader = true;
70invert-color-include = [ ]; 70invert-color-include = [ ];
71corner-radius = 5; 71corner-radius = 5;
72rounded-corners-exclude = [ "name = 'Spectrwm'" ] 72rounded-corners-exclude = [ "name = 'bar'" ]