mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
~/.xmonad/xmonad.hs -> xmonad.hs
With XDG support so firmly ingrained now, it's about time we stop hard-coding the configuration path in the docs.
This commit is contained in:
@@ -25,7 +25,7 @@ import qualified XMonad.StackSet as W
|
||||
import Data.Ratio
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Accordion
|
||||
--
|
||||
|
@@ -35,7 +35,7 @@ import qualified Data.Map as M
|
||||
import qualified Data.Set as S
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your ~\/.xmonad\/xmonad.hs file:
|
||||
-- You can use this module with the following in your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.AvoidFloats
|
||||
--
|
||||
|
@@ -52,7 +52,7 @@ import qualified Data.Set as S
|
||||
import Data.Ratio ((%))
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.BinarySpacePartition
|
||||
--
|
||||
|
@@ -38,7 +38,7 @@ import qualified Data.Map as M
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.BorderResize
|
||||
-- > myLayout = borderResize (... layout setup that reacts to SetGeometry ...)
|
||||
|
@@ -45,7 +45,7 @@ import qualified XMonad.StackSet as W
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.BoringWindows
|
||||
--
|
||||
|
@@ -33,7 +33,7 @@ import XMonad.Layout.DecorationAddons
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.DecorationAddons
|
||||
-- > import XMonad.Layout.ButtonDecoration
|
||||
|
@@ -30,7 +30,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.Prelude (fi)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by including the following in your @~\/.xmonad/xmonad.hs@:
|
||||
-- You can use this module by including the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.CenteredIfSingle
|
||||
--
|
||||
|
@@ -26,7 +26,7 @@ import GHC.Real (Ratio(..))
|
||||
import XMonad.Layout.CircleEx
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Circle
|
||||
--
|
||||
|
@@ -33,7 +33,7 @@ import XMonad.StackSet (Stack (..), Workspace (..), integrate')
|
||||
import XMonad.Util.Stack (zipperFocusedAtFirstOf)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Combo
|
||||
--
|
||||
|
@@ -34,7 +34,7 @@ import XMonad.Util.Stack (zipperFocusedAtFirstOf)
|
||||
import XMonad.Util.WindowProperties
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ComboP
|
||||
--
|
||||
|
@@ -23,7 +23,7 @@ import XMonad.StackSet( focus, up, down )
|
||||
import XMonad.Prelude( msum )
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Cross
|
||||
--
|
||||
|
@@ -100,7 +100,7 @@ import XMonad.Layout.SimpleFloat
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.DecorationMadness
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import XMonad.StackSet (integrate)
|
||||
import XMonad.Prelude (ap)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Dishes
|
||||
--
|
||||
|
@@ -35,7 +35,7 @@ import XMonad.Util.Invisible
|
||||
import XMonad.Util.XUtils
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.DragPane
|
||||
--
|
||||
|
@@ -41,7 +41,7 @@ import XMonad.StackSet as S
|
||||
import XMonad.Layout.Reflect
|
||||
|
||||
-- $usage
|
||||
-- To use this module, add the following import to @~\/.xmonad\/xmonad.hs@:
|
||||
-- To use this module, add the following import to @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Drawer
|
||||
--
|
||||
|
@@ -30,7 +30,7 @@ import XMonad.Layout.Decoration
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.DwmStyle
|
||||
--
|
||||
|
@@ -38,7 +38,7 @@ import XMonad.Layout.Decoration
|
||||
import XMonad.Layout.LayoutHints
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.FixedAspectRatio
|
||||
-- Then add it to your layout:
|
||||
|
@@ -28,7 +28,7 @@ import XMonad.Prelude
|
||||
import qualified XMonad.StackSet as W
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.FixedColumn
|
||||
--
|
||||
|
@@ -44,7 +44,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.Util.Types (Direction2D(..))
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your @~\/.xmonad\/xmonad.hs@ file:
|
||||
-- You can use this module by importing it into your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.Gaps
|
||||
--
|
||||
|
@@ -25,7 +25,7 @@ import XMonad
|
||||
import XMonad.StackSet
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Grid
|
||||
--
|
||||
|
@@ -76,7 +76,7 @@ import XMonad.Layout.Simplest
|
||||
--
|
||||
-- > import XMonad.Layout.Groups.Examples
|
||||
--
|
||||
-- to the top of your @.\/.xmonad\/xmonad.hs@.
|
||||
-- to the top of your @xmonad.hs@.
|
||||
--
|
||||
-- For more information on using any of the layouts, jump directly
|
||||
-- to its \"Example\" section.
|
||||
|
@@ -58,7 +58,7 @@ import qualified Data.Map as M
|
||||
--
|
||||
-- > import XMonad.Layout.Groups.Helpers
|
||||
--
|
||||
-- to the top of your @.\/.xmonad\/xmonad.hs@.
|
||||
-- to the top of your @xmonad.hs@.
|
||||
--
|
||||
-- "XMonad.Layout.Groups"-based layouts do not have the same notion
|
||||
-- of window ordering as the rest of XMonad. For this reason, the usual
|
||||
|
@@ -66,7 +66,7 @@ import XMonad.Layout.Simplest
|
||||
--
|
||||
-- > import XMonad.Layout.Groups.Wmii
|
||||
--
|
||||
-- to the top of your @.\/.xmonad\/xmonad.hs@, and adding 'wmii'
|
||||
-- to the top of your @xmonad.hs@, and adding 'wmii'
|
||||
-- (with a 'Shrinker' and decoration 'Theme' as
|
||||
-- parameters) to your layout hook, for example:
|
||||
--
|
||||
|
@@ -37,7 +37,7 @@ import qualified XMonad.StackSet as W
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Hidden
|
||||
--
|
||||
|
@@ -36,7 +36,7 @@ infixr 9 .
|
||||
(.) = fmap
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.HintedGrid
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import qualified XMonad.StackSet as W
|
||||
import XMonad.Prelude
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.HintedTile
|
||||
--
|
||||
|
@@ -39,7 +39,7 @@ import qualified XMonad.StackSet as S
|
||||
import Control.Arrow (first)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.IM
|
||||
-- > import Data.Ratio ((%))
|
||||
|
@@ -47,7 +47,7 @@ import XMonad.Layout.Maximize
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ImageButtonDecoration
|
||||
--
|
||||
|
@@ -42,7 +42,7 @@ import XMonad.Prelude
|
||||
import qualified XMonad.StackSet as W
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.IndependentScreens
|
||||
--
|
||||
|
@@ -66,7 +66,7 @@ import XMonad.Util.WindowProperties
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.LayoutBuilder
|
||||
--
|
||||
|
@@ -51,7 +51,7 @@ import XMonad.Layout.Combo
|
||||
import XMonad.Layout.DragPane
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.LayoutCombinators
|
||||
--
|
||||
|
@@ -47,7 +47,7 @@ import Data.Set (Set)
|
||||
import qualified Data.Set as Set
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.LayoutHints
|
||||
--
|
||||
|
@@ -36,7 +36,7 @@ import qualified XMonad.StackSet as W
|
||||
-- email window at all times, a crude mimic of sticky windows).
|
||||
--
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@ file:
|
||||
-- @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.LayoutScreens
|
||||
-- > import XMonad.Layout.TwoPane
|
||||
|
@@ -44,7 +44,7 @@ import XMonad.Prelude (fromJust, guard, (<=<))
|
||||
import qualified XMonad.StackSet as W
|
||||
|
||||
-- $usage
|
||||
-- To use this module, add the following import to @~\/.xmonad\/xmonad.hs@:
|
||||
-- To use this module, add the following import to @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.LimitWindows
|
||||
--
|
||||
|
@@ -34,7 +34,7 @@ import XMonad.Prelude(All(..))
|
||||
import qualified Data.Map as M
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.MagicFocus
|
||||
--
|
||||
|
@@ -59,7 +59,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.StackSet
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Magnifier
|
||||
--
|
||||
|
@@ -31,7 +31,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import Control.Arrow (first)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Master
|
||||
--
|
||||
|
@@ -31,7 +31,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.Prelude ( partition )
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Maximize
|
||||
--
|
||||
|
@@ -35,7 +35,7 @@ import XMonad.Layout.LayoutModifier (LayoutModifier(..), ModifiedLayout(..))
|
||||
import Control.Arrow (second)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your @~\/.xmonad\/xmonad.hs@ file:
|
||||
-- You can use this module by importing it into your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.MessageEscape
|
||||
--
|
||||
|
@@ -30,7 +30,7 @@ import XMonad.Layout.BoringWindows as BW
|
||||
import qualified XMonad.Util.ExtensibleState as XS
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Minimize
|
||||
--
|
||||
|
@@ -40,7 +40,7 @@ import XMonad.Hooks.ManageHelpers (doHideIgnore)
|
||||
import XMonad.Hooks.FadeInactive (setOpacity)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Monitor
|
||||
--
|
||||
|
@@ -41,7 +41,7 @@ import qualified XMonad.StackSet as W
|
||||
import Control.Arrow(second, first)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Mosaic
|
||||
--
|
||||
|
@@ -38,7 +38,7 @@ import XMonad.Prelude ( sortBy )
|
||||
import Data.Ratio
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.MosaicAlt
|
||||
-- > import qualified Data.Map as M
|
||||
|
@@ -41,7 +41,7 @@ import XMonad.Util.XUtils
|
||||
import Graphics.X11 as X
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.MouseResizableTile
|
||||
--
|
||||
|
@@ -29,7 +29,7 @@ import qualified XMonad.StackSet as W
|
||||
import XMonad.Prelude
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.MultiColumns
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import XMonad.StackSet (integrate)
|
||||
import XMonad.Prelude (ap)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.MultiDishes
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.Layout.Renamed
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Named
|
||||
--
|
||||
|
@@ -45,7 +45,7 @@ import qualified Data.Map as M
|
||||
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your ~\/.xmonad\/xmonad.hs file:
|
||||
-- You can use this module with the following in your xmonad.hs file:
|
||||
--
|
||||
-- > import XMonad.Layout.NoBorders
|
||||
--
|
||||
|
@@ -31,7 +31,7 @@ import XMonad.Layout.SimpleDecoration
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.NoFrillsDecoration
|
||||
--
|
||||
|
@@ -34,7 +34,7 @@ import Data.Maybe (fromMaybe)
|
||||
import System.Posix.Env (getEnv)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your ~\/.xmonad\/xmonad.hs file:
|
||||
-- You can use this module by importing it into your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.OnHost
|
||||
--
|
||||
|
@@ -29,7 +29,7 @@ import qualified XMonad.StackSet as W
|
||||
import XMonad.Prelude (fromMaybe)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your ~\/.xmonad\/xmonad.hs file:
|
||||
-- You can use this module by importing it into your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.PerScreen
|
||||
--
|
||||
|
@@ -29,7 +29,7 @@ import qualified XMonad.StackSet as W
|
||||
import XMonad.Prelude (fromMaybe)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your ~\/.xmonad\/xmonad.hs file:
|
||||
-- You can use this module by importing it into your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.PerWorkspace
|
||||
--
|
||||
|
@@ -33,7 +33,7 @@ import XMonad.Layout.WindowArranger
|
||||
import XMonad.Prelude (fromMaybe, isJust, nub, when)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.PositionStoreFloat
|
||||
-- > import XMonad.Layout.NoFrillsDecoration
|
||||
|
@@ -32,7 +32,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.Layout.MultiToggle
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your @~\/.xmonad\/xmonad.hs@ file:
|
||||
-- You can use this module by importing it into your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.Reflect
|
||||
--
|
||||
|
@@ -30,7 +30,7 @@ import XMonad.Layout.LayoutModifier
|
||||
--
|
||||
-- > import XMonad.Layout.Renamed
|
||||
--
|
||||
-- to your @~\/.xmonad\/xmonad.hs@.
|
||||
-- to your @xmonad.hs@.
|
||||
--
|
||||
-- You can then use 'renamed' to modify the description of your
|
||||
-- layouts. For example:
|
||||
|
@@ -31,7 +31,7 @@ import qualified Data.Map as M
|
||||
import Data.Ratio
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ResizableThreeColumns
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import qualified XMonad.StackSet as W
|
||||
import qualified Data.Map as M
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ResizableTile
|
||||
--
|
||||
|
@@ -31,7 +31,7 @@ import XMonad.Layout.Decoration
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your
|
||||
-- @~\/.xmonad\/xmonad.hs@ file:
|
||||
-- @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.ResizeScreen
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import qualified XMonad.StackSet as W
|
||||
import Data.Ratio
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Roledex
|
||||
--
|
||||
|
@@ -35,7 +35,7 @@ import XMonad.Util.XUtils
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ShowWName
|
||||
-- > myLayout = layoutHook def
|
||||
|
@@ -32,7 +32,7 @@ import XMonad.Layout.Decoration
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.SimpleDecoration
|
||||
--
|
||||
|
@@ -33,7 +33,7 @@ import XMonad.Layout.WindowArranger
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.SimpleFloat
|
||||
--
|
||||
|
@@ -26,7 +26,7 @@ import qualified XMonad.StackSet as S
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Simplest
|
||||
--
|
||||
|
@@ -28,7 +28,7 @@ import XMonad.Layout.LayoutModifier
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.SimplestFloat
|
||||
--
|
||||
|
@@ -33,7 +33,7 @@ import XMonad.Util.WindowProperties
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.SortedLayout
|
||||
--
|
||||
|
@@ -51,7 +51,7 @@ import XMonad.Actions.MessageFeedback
|
||||
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your @~\/.xmonad\/xmonad.hs@
|
||||
-- You can use this module by importing it into your @xmonad.hs@
|
||||
-- file:
|
||||
--
|
||||
-- > import XMonad.Layout.Spacing
|
||||
|
@@ -31,7 +31,7 @@ import XMonad hiding ( Rotation )
|
||||
import XMonad.StackSet ( integrate )
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Spiral
|
||||
--
|
||||
|
@@ -29,7 +29,7 @@ import XMonad
|
||||
import XMonad.StackSet ( integrate )
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
|
||||
-- You can use this module with the following in your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.Square
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import qualified XMonad.StackSet as W
|
||||
import XMonad.Prelude
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.StackTile
|
||||
--
|
||||
|
@@ -58,7 +58,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import System.Posix.Signals
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad
|
||||
-- > import XMonad.Layout.Stoppable
|
||||
|
@@ -113,7 +113,7 @@ import qualified Data.Set as S
|
||||
--
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.SubLayouts
|
||||
-- > import XMonad.Layout.WindowNavigation
|
||||
|
@@ -31,7 +31,7 @@ import XMonad.Prompt ( XPPosition (..) )
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.TabBarDecoration
|
||||
--
|
||||
|
@@ -43,7 +43,7 @@ import XMonad.Layout.Simplest ( Simplest(Simplest) )
|
||||
import XMonad.Util.Types (Direction2D(..))
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.Tabbed
|
||||
--
|
||||
|
@@ -56,7 +56,7 @@ import XMonad.Util.Stack (zipperFocusedAtFirstOf)
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.TallMastersCombo
|
||||
--
|
||||
|
@@ -32,7 +32,7 @@ import qualified XMonad.StackSet as W
|
||||
import Data.Ratio
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ThreeColumns
|
||||
--
|
||||
|
@@ -25,7 +25,7 @@ import XMonad.Prelude (fromMaybe)
|
||||
import XMonad.StackSet (Workspace (..))
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ToggleLayouts
|
||||
--
|
||||
|
@@ -27,7 +27,7 @@ import XMonad hiding (focus)
|
||||
import XMonad.StackSet ( focus, up, down)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.TwoPane
|
||||
--
|
||||
|
@@ -28,7 +28,7 @@ import XMonad.StackSet (focus, up, down, Stack, Stack(..))
|
||||
import XMonad hiding (focus)
|
||||
|
||||
-- $usage
|
||||
-- Import the module in @~\/.xmonad\/xmonad.hs@:
|
||||
-- Import the module in @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.TwoPanePersistent
|
||||
--
|
||||
|
@@ -35,7 +35,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.StackSet (integrate)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your ~\/.xmonad/xmonad.hs
|
||||
-- You can use this module with the following in your @xmonad.hs@
|
||||
-- file:
|
||||
--
|
||||
-- > import XMonad.Layout.VoidBorders
|
||||
|
@@ -35,7 +35,7 @@ import Control.Arrow ((***), (>>>), (&&&), first)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.WindowArranger
|
||||
-- > myLayout = layoutHook def
|
||||
|
@@ -35,7 +35,7 @@ import XMonad.Util.Types (Direction2D(..))
|
||||
import XMonad.Util.XUtils
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.WindowNavigation
|
||||
--
|
||||
|
@@ -36,7 +36,7 @@ import Foreign.C.Types(CInt)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your
|
||||
-- @~\/.xmonad\/xmonad.hs@:
|
||||
-- @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.WindowSwitcherDecoration
|
||||
-- > import XMonad.Layout.DraggingVisualizer
|
||||
|
@@ -41,7 +41,7 @@ import XMonad.Layout.LayoutModifier
|
||||
import XMonad.StackSet ( tag, currentTag )
|
||||
|
||||
-- $usage
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
|
||||
-- You can use this module with the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.WorkspaceDir
|
||||
--
|
||||
|
@@ -49,7 +49,7 @@ import Control.Arrow (second)
|
||||
-- and decreased, and a window can be set to use the whole available
|
||||
-- space whenever it has focus.
|
||||
--
|
||||
-- You can use this module by including the following in your @~\/.xmonad/xmonad.hs@:
|
||||
-- You can use this module by including the following in your @xmonad.hs@:
|
||||
--
|
||||
-- > import XMonad.Layout.ZoomRow
|
||||
--
|
||||
|
Reference in New Issue
Block a user