[xmonad] Can avoidStruts stop working?

Dave Macias davama at gmail.com
Wed Mar 2 19:38:34 UTC 2016


Thanks for info.
I already have docksEventHook.
`setLayout =<< asks ....` works since im able to go back to my default
layout but it does not respect the dzen bar.
I did not quite understand how to try the `docksStartupHook` after
`setLayout =<<...`
config here:
https://raw.githubusercontent.com/davama/xmonad/master/xmonad.hs

Thanks

On Wed, Mar 2, 2016 at 12:55 PM, Bogdan Sinitsyn <bogdan.sinitsyn at gmail.com>
wrote:

> On Wednesday, March 2, 2016 11:21:07 AM MSK Dave Macias wrote:
> > Avoidstruts no longer works even if i refresh (mod-shift-space).
> Now `docksEventHook`(for adding a dock to layout) and
> `docksStartupHook`(for
> re-adding all docks when you restore layout) are required. Btw, restoring
> layout breaks many layout modifiers, b.e. subj, X.L.Minimize,
> X.L.Fullscreen
> and some others. The only solution I see is to add something like
> `docksStartupHook`(btw, that is very bad name because it's not for
> `startupHook` but for running after `setLayout =<< asks (layoutHook .
> config)`)
>
> > Also noticed that "completionKey" lline from Xmonad.Prompt no longer
> works(might be default since it still works).
> Now format is `(KeyMask, KeySym)`, see CHANGES.md
>
> --
> Bogdan Sinitsyn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/xmonad/attachments/20160302/7a4b6965/attachment.html>


More information about the xmonad mailing list