aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index f3ee3cc..992acc7 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -12,12 +12,13 @@ shadow-exclude = [
wintypes: {
dock = {
shadow = false;
- corner-radius = 2;
+ corner-radius = 0;
opacity = 0.999;
};
desktop = {
shadow = false;
+ corner-radius = 0;
};
tooltip = {