 | xmonad-contrib-0.9: Third party extensions for xmonad | Contents | Index |
|
XMonad.Layout.BorderResize | Portability | not portable | Stability | unstable | Maintainer | jan.vornberger@informatik.uni-oldenburg.de |
|
|
|
|
|
Description |
This layout modifier will allow to resize windows by dragging their
borders with the mouse. However, it only works in layouts or modified
layouts that react to the SetGeometry message.
XMonad.Layout.WindowArranger can be used to create such a setup.
BorderResize is probably most useful in floating layouts.
|
|
Synopsis |
|
|
|
|
Usage
|
|
You can use this module with the following in your
~/.xmonad/xmonad.hs:
import XMonad.Layout.BorderResize
myLayout = borderResize (... layout setup that reacts to SetGeometry ...)
main = xmonad defaultConfig { layoutHook = myLayout }
|
|
borderResize :: l a -> ModifiedLayout BorderResize l a |
|
data BorderResize a |
Constructors | | Instances | |
|
|
Produced by Haddock version 2.5.0 |