mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-15 20:23:55 -07:00
Doc/Extending: remove references to "XMonad.Layouts" -- it's now called "XMonad.Layout", and in any case, importing it explicitly is not needed anyway.
This commit is contained in:
@@ -655,7 +655,6 @@ Suppose we want a list with the 'XMonad.Layout.Full',
|
|||||||
@~\/.xmonad\/xmonad.hs@, all the needed modules:
|
@~\/.xmonad\/xmonad.hs@, all the needed modules:
|
||||||
|
|
||||||
> import XMonad
|
> import XMonad
|
||||||
> import XMonad.Layouts
|
|
||||||
>
|
>
|
||||||
> import XMonad.Layout.Tabbed
|
> import XMonad.Layout.Tabbed
|
||||||
> import XMonad.Layout.Accordion
|
> import XMonad.Layout.Accordion
|
||||||
@@ -684,7 +683,7 @@ If we want only the tabbed layout without borders, then we may write:
|
|||||||
|
|
||||||
Our @~\/.xmonad\/xmonad.hs@ will now look like this:
|
Our @~\/.xmonad\/xmonad.hs@ will now look like this:
|
||||||
|
|
||||||
> import XMonad.Layouts
|
> import XMonad
|
||||||
>
|
>
|
||||||
> import XMonad.Layout.Tabbed
|
> import XMonad.Layout.Tabbed
|
||||||
> import XMonad.Layout.Accordion
|
> import XMonad.Layout.Accordion
|
||||||
|
Reference in New Issue
Block a user