diff options
Diffstat (limited to '.config/compton/compton.conf')
| -rw-r--r-- | .config/compton/compton.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 710eda7..bb922be 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -3,5 +3,6 @@ popup_menu = { shadow = false; }; utility = { shadow = false; }; shadow-exclude = [ "i:e:plank", - "i:e:polybar" + "i:e:polybar", + "n:a:slop" ] |