summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-07-17 14:12:05 +0400
committerAndrew <saintruler@gmail.com>2020-07-17 14:12:05 +0400
commit9d22b4fc9c67711165e52150038cc6a72d8f4f8d (patch)
tree342d463ae962beefe4f79a4b9a720649f7a96714 /.config
parentf3e58d0b48e4e915990b50c1eb0dfe55ed23baa3 (diff)
Added config of compton
Diffstat (limited to '.config')
-rw-r--r--.config/compton/compton.conf7
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"
+]