mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-13 19:15:44 -07:00
StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of screen descriptions.
This commit is contained in:
@@ -208,9 +208,11 @@ abort x = error $ "xmonad: StackSet: " ++ x
|
|||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- $construction
|
-- $construction
|
||||||
|
|
||||||
-- | /O(n)/. Create a new stackset, of empty stacks, with given tags, with
|
-- | /O(n)/. Create a new stackset, of empty stacks, with given tags,
|
||||||
-- 'm' physical screens. 'm' should be less than or equal to the number of
|
-- with physical screens whose descriptions are given by 'm'. The
|
||||||
-- workspace tags. The first workspace in the list will be current.
|
-- number of physical screens (@length 'm'@) should be less than or
|
||||||
|
-- equal to the number of workspace tags. The first workspace in the
|
||||||
|
-- list will be current.
|
||||||
--
|
--
|
||||||
-- Xinerama: Virtual workspaces are assigned to physical screens, starting at 0.
|
-- Xinerama: Virtual workspaces are assigned to physical screens, starting at 0.
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user