xmonad-contrib-0.17.1.9: Community-maintained extensions for xmonad
Copyright(c) 2007 Andrea Rossato
LicenseBSD-style (see xmonad/LICENSE)
Maintainerandrea.rossato@unibz.it
Stabilityunstable
Portabilityunportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

XMonad.Layout.ResizeScreen

Contents

Description

A layout transformer to have a layout respect a given screen geometry. Mostly used with XMonad.Layout.Decoration (the Horizontal and the Vertical version will react to SetTheme and change their dimension accordingly.

Synopsis

Usage:

You can use this module by importing it into your xmonad.hs file:

import XMonad.Layout.ResizeScreen

and modifying your layoutHook as follows (for example):

layoutHook = resizeHorizontal 40 Full

For more detailed instructions on editing the layoutHook see the tutorial and XMonad.Doc.Extending.

data ResizeScreen a Source #

Instances

Instances details
LayoutModifier ResizeScreen a Source # 
Instance details

Defined in XMonad.Layout.ResizeScreen

Read (ResizeScreen a) Source # 
Instance details

Defined in XMonad.Layout.ResizeScreen

Show (ResizeScreen a) Source # 
Instance details

Defined in XMonad.Layout.ResizeScreen