Don’t show shadows for dock windows

This commit is contained in:
Tom Willemse 2019-04-03 00:00:56 -07:00
parent ce757bdc6e
commit a7d5d7e61a

View file

@ -15,10 +15,14 @@ one window in the group has focus.
shadow = true; shadow = true;
#+END_SRC #+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 #+BEGIN_SRC conf
no-dnd-shadow = true; wintypes:
{
dnd = { shadow = false },
dock = { shadow = false }
}
#+END_SRC #+END_SRC
Make shadows bigger. Make shadows bigger.