diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 9fdb3c70f6cec1ee9ad32ac4257e8deb1fef2525 (patch) | |
| tree | 7ea586ce90bae714a81219a0188942f599aeda97 /.config/picom/picom.conf | |
| parent | c43f28aaa0f24bb442810ccebca03e2376998048 (diff) | |
update
Diffstat (limited to '.config/picom/picom.conf')
| -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'" |
