diff options
| -rw-r--r-- | .config/compton/compton.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf new file mode 100644 index 0000000..710eda7 --- /dev/null +++ b/.config/compton/compton.conf @@ -0,0 +1,7 @@ +dropdown_menu = { shadow = false; }; +popup_menu = { shadow = false; }; +utility = { shadow = false; }; +shadow-exclude = [ + "i:e:plank", + "i:e:polybar" +] |