diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-09-07 22:44:34 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-09-23 12:51:15 +0200 |
commit | 6a3196a2452895ae20c349ce237f39e4a6c9cd4b (patch) | |
tree | e46a6e21b89fd4aa646f19874531ec37594eacf4 /.config/picom/picom.conf | |
parent | b566055133e40cd1c45d617951ce0967ac195709 (diff) |
more laptop config
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; |