[xmonad] dwm like resizeHints
Brandon Allbery
allbery.b at gmail.com
Fri Jun 22 19:58:14 CEST 2012
On Fri, Jun 22, 2012 at 9:29 AM, Carsten Mattner <
carstenmattner at googlemail.com> wrote:
> I'd like to not ignore resize hints same as dwm's default of
> resizeHints=True.
> Is this possible with any of the layout extensions?
>
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-LayoutHints.html
Basically, import XMonad.Layout.LayoutHints and apply layoutHints to
whatever layouts you want it to apply to. If you're working with the
default layouts, that is something like
defaultConfig { layoutHook = layoutHints $ layoutHook defaultConfig }
--
brandon s allbery allbery.b at gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20120622/04f208ec/attachment.htm>
More information about the xmonad
mailing list