Copyright | (c) tim.thelion@gmail.com |
---|---|
License | BSD |
Maintainer | tim.thelion@gmail.com |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This is a completely pointless layout which acts like Microsoft's Flip 3D
Usage
You can use this module with the following in your xmonad.hs
:
import XMonad.Layout.Roledex
Then edit your layoutHook
by adding the Roledex layout:
myLayout = Roledex ||| etc.. main = xmonad def { layoutHook = myLayout }
For more detailed instructions on editing the layoutHook see the tutorial and XMonad.Doc.Extending.
Screenshots
Instances
LayoutClass Roledex Window Source # | |
Defined in XMonad.Layout.Roledex runLayout :: Workspace WorkspaceId (Roledex Window) Window -> Rectangle -> X ([(Window, Rectangle)], Maybe (Roledex Window)) # doLayout :: Roledex Window -> Rectangle -> Stack Window -> X ([(Window, Rectangle)], Maybe (Roledex Window)) # pureLayout :: Roledex Window -> Rectangle -> Stack Window -> [(Window, Rectangle)] # emptyLayout :: Roledex Window -> Rectangle -> X ([(Window, Rectangle)], Maybe (Roledex Window)) # handleMessage :: Roledex Window -> SomeMessage -> X (Maybe (Roledex Window)) # pureMessage :: Roledex Window -> SomeMessage -> Maybe (Roledex Window) # description :: Roledex Window -> String # | |
Read (Roledex a) Source # | |
Show (Roledex a) Source # | |