mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
Put screenshots inline for L.ThreeColumns and L.Roledex
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
-- A layout similar to tall but with three columns. With 2560x1600 pixels this
|
||||
-- layout can be used for a huge main window and up to six reasonable sized
|
||||
-- slave windows.
|
||||
--
|
||||
-- Screenshot: <http://server.c-otto.de/xmonad/ThreeColumnsMiddle.png>
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module XMonad.Layout.ThreeColumns (
|
||||
-- * Usage
|
||||
-- $usage
|
||||
|
||||
-- * Screenshots
|
||||
-- $screenshot
|
||||
ThreeCol(..)
|
||||
) where
|
||||
|
||||
@@ -55,6 +55,10 @@ import Control.Monad
|
||||
--
|
||||
-- "XMonad.Doc.Extending#Editing_the_layout_hook"
|
||||
|
||||
|
||||
-- $screenshot
|
||||
-- <<http://server.c-otto.de/xmonad/ThreeColumnsMiddle.png>>
|
||||
|
||||
-- | Arguments are nmaster, delta, fraction
|
||||
data ThreeCol a = ThreeColMid { threeColNMaster :: !Int, threeColDelta :: !Rational, threeColFrac :: !Rational}
|
||||
| ThreeCol { threeColNMaster :: !Int, threeColDelta :: !Rational, threeColFrac :: !Rational}
|
||||
|
Reference in New Issue
Block a user