xmonad-contrib-0.5: Third party extensions for xmonadSource codeContentsIndex
XMonad.Actions.SinkAll
Portabilityunportable
Stabilityunstable
Contents
Usage
Description
Provides a simple binding that pushes all floating windows on the current workspace back into tiling.
Synopsis
sinkAll :: X ()
Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

 import XMonad.Actions.SinkAll

then add a keybinding; for example:

, ((modMask x .|. shiftMask, xK_t), sinkAll)

For detailed instructions on editing your key bindings, see XMonad.Doc.Extending#Editing_key_bindings.

sinkAll :: X ()Source
Un-float all floating windows on the current workspace.
Produced by Haddock version 2.3.0