diff options
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 52d1587..dbf5de7 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,7 +1,7 @@ shadow = true; shadow-radius = 15; shadow-offset-x = -15; -shadow-offset-y = -7; +shadow-offset-y = -15; shadow-exclude = [ "class_g = 'i3-frame' && argb", ]; @@ -16,7 +16,7 @@ inactive-opacity-override = false; focus-exclude = [ "class_g = 'Cairo-clock'" ]; -corner-radius = 5 +corner-radius = 0 rounded-corners-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" |
