aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compton/.config/compton.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/compton/.config/compton.org b/compton/.config/compton.org
index e077b7b..eb87dfb 100644
--- a/compton/.config/compton.org
+++ b/compton/.config/compton.org
@@ -15,10 +15,14 @@ one window in the group has focus.
shadow = true;
#+END_SRC
- Don't draw shadows on drag-and-drop windows.
+ Don't draw shadows on drag-and-drop windows or dock windows.
#+BEGIN_SRC conf
- no-dnd-shadow = true;
+ wintypes:
+ {
+ dnd = { shadow = false },
+ dock = { shadow = false }
+ }
#+END_SRC
Make shadows bigger.