[xmonad] dwm like resizeHints
Carsten Mattner
carstenmattner at googlemail.com
Fri Jun 22 20:47:06 CEST 2012
On Fri, Jun 22, 2012 at 7:58 PM, Brandon Allbery <allbery.b at gmail.com> wrote:
> 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 }
Thanks Brandon that works.
More information about the xmonad
mailing list