diff options
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a1ef30f..496ac30 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -104,7 +104,7 @@ wintypes: # focus: Whether to always consider windows of this type focused. focus = true; }; - dock = { shadow = true; } + dock = { shadow = false; } dnd = { shadow = false; } popup_menu = { opacity = 1.0; |