mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
X.L.Spacing + X.L.Gaps: add mutual hyperlink
These layout have different applications but their names could cause some confusion since the module names could just as well be swapped. To support this claim, what we call "spacing" is named "gaps" in i3wm (i3-gaps). Therefore hyperlinks have been added to inform the reader of the existence of the other module.
This commit is contained in:
parent
12227d37ca
commit
cad6bb7769
@ -14,7 +14,9 @@
|
|||||||
-- be used for tiling, along with support for toggling gaps on and
|
-- be used for tiling, along with support for toggling gaps on and
|
||||||
-- off.
|
-- off.
|
||||||
--
|
--
|
||||||
-- Note that "XMonad.Hooks.ManageDocks" is the preferred solution for
|
-- Note 1: For gaps\/space around /windows/ see "XMonad.Layout.Spacing".
|
||||||
|
--
|
||||||
|
-- Note 2: "XMonad.Hooks.ManageDocks" is the preferred solution for
|
||||||
-- leaving space for your dock-type applications (status bars,
|
-- leaving space for your dock-type applications (status bars,
|
||||||
-- toolbars, docks, etc.), since it automatically sets up appropriate
|
-- toolbars, docks, etc.), since it automatically sets up appropriate
|
||||||
-- gaps, allows them to be toggled, etc. However, this module may
|
-- gaps, allows them to be toggled, etc. However, this module may
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
-- Portability : portable
|
-- Portability : portable
|
||||||
--
|
--
|
||||||
-- Add a configurable amount of space around windows.
|
-- Add a configurable amount of space around windows.
|
||||||
|
--
|
||||||
|
-- Note: For space\/gaps along edges of the /screen/ see "XMonad.Layout.Gaps".
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module XMonad.Layout.Spacing (
|
module XMonad.Layout.Spacing (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user