Don’t show shadows for dock windows
This commit is contained in:
parent
ce757bdc6e
commit
a7d5d7e61a
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue