<div dir="ltr">Thank you Bogdan for the reply. I did as suggested.  I tried different versions:<div><div><br></div><div>`setLayout $ XMonad.layoutHook conf` -- original code. works fine under Haskell xmonad 0.12. with GIT xmonad docks are not longer respected.<br><div>`setLayout $ XMonad.layoutHook conf >> docksStartupHook` -- failed on xmonad restart<br><div><span style="font-size:12px;line-height:16.8px;white-space:pre;color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace">`</span><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre">(setLayout $ XMonad.layoutHook conf) >> docksStartupHook</span></font><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">` -- passes xmonad restart but setLayout to default does not work, neither respect for docks</span></div></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">`</span><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre">(setLayout =<< asks (XMonad.layoutHook . config)) >> docksStartupHook</span></font><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">` -- passes restart. setLayout works. but still no respect for docks.</span></div></div></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">I feel like im very close.</span></div><div><span style="font-size:12px;line-height:16.8px;white-space:pre;color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace">Could it be that my `manageDocks` or `docksEventHook e` are not properly configured?</span><br></div><div><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre"><br></span></font></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">Thank you again for assistance. Hopefully my struggles will help someone else who reads this.</span></div><div><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre">-Dave</span></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 2, 2016 at 2:48 PM, Bogdan Sinitsyn <span dir="ltr"><<a href="mailto:bogdan.sinitsyn@gmail.com" target="_blank">bogdan.sinitsyn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wednesday, March 2, 2016 2:38:34 PM MSK you wrote:<br>
<br>
> I did not quite understand how to try the `docksStartupHook` after<br>
> `setLayout =<<...`<br>
</span>`(setLayout =<< asks (layoutHook . config)) >> docksStartupHook`<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Bogdan Sinitsyn<br>
</font></span></blockquote></div><br></div>