mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
warn about using avoidStruts with gap modifiers
This commit is contained in:
parent
2cf0a10f5b
commit
d65cf05369
@ -91,6 +91,10 @@ import XMonad.Util.Types (Direction2D(..))
|
|||||||
--
|
--
|
||||||
-- To configure gaps differently per-screen, use
|
-- To configure gaps differently per-screen, use
|
||||||
-- "XMonad.Layout.PerScreen" (coming soon).
|
-- "XMonad.Layout.PerScreen" (coming soon).
|
||||||
|
--
|
||||||
|
-- __Warning__: If you also use the 'avoidStruts' layout modifier, it
|
||||||
|
-- must come /before/ any of these modifiers. See the documentation of
|
||||||
|
-- 'avoidStruts' for details.
|
||||||
|
|
||||||
-- | A manual gap configuration. Each side of the screen on which a
|
-- | A manual gap configuration. Each side of the screen on which a
|
||||||
-- gap is enabled is paired with a size in pixels.
|
-- gap is enabled is paired with a size in pixels.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user