aboutsummaryrefslogtreecommitdiffstats
path: root/compton
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-15 17:25:58 +0100
committerGravatar Tom Willemse2016-11-15 17:25:58 +0100
commit43648329c1e19c459eaa4d3ac48cf949f3ec8e65 (patch)
tree0759f54ae9da7eb3454b2260c5760e3dd8c87cae /compton
parent68aaa314dd90aad906f65cfbdc2b76bbed93129d (diff)
downloadnew-dotfiles-43648329c1e19c459eaa4d3ac48cf949f3ec8e65.tar.gz
new-dotfiles-43648329c1e19c459eaa4d3ac48cf949f3ec8e65.zip
Don’t show a shadow around trayer
Diffstat (limited to 'compton')
-rw-r--r--compton/.config/compton.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/compton/.config/compton.org b/compton/.config/compton.org
index 6a5eac8..e077b7b 100644
--- a/compton/.config/compton.org
+++ b/compton/.config/compton.org
@@ -38,6 +38,7 @@ one window in the group has focus.
#+BEGIN_SRC conf
shadow-exclude = [
"name = 'mowedline'",
+ "class_g = 'trayer'",
"bounding_shaped"
];
#+END_SRC