aboutsummaryrefslogtreecommitdiffstats
path: root/compton
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-04-03 00:00:56 -0700
committerGravatar Tom Willemse2019-04-03 00:00:56 -0700
commita7d5d7e61a0b3bcb76061063d22a7431ec9a9ed9 (patch)
tree803835e4cef39600b53934dd487b329831840f6d /compton
parentce757bdc6e42bb2b1f52bd8fdf6352e9b1abdbd3 (diff)
downloadnew-dotfiles-a7d5d7e61a0b3bcb76061063d22a7431ec9a9ed9.tar.gz
new-dotfiles-a7d5d7e61a0b3bcb76061063d22a7431ec9a9ed9.zip
Don’t show shadows for dock windows
Diffstat (limited to 'compton')
-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.