From 9d22b4fc9c67711165e52150038cc6a72d8f4f8d Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 17 Jul 2020 14:12:05 +0400 Subject: Added config of compton --- .config/compton/compton.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/compton/compton.conf (limited to '.config/compton') 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" +] -- cgit v1.2.3