-- | -- Module : XMonad.Custom.Workspaces -- Description : General workspace configuration -- Copyright : (c) Azat Bahawi 2018-2021 -- SPDX-License-Identifier : GPL-3.0-or-later -- Maintainer : azahi@teknik.io -- Stability : experimental -- Portability : non-portable -- module XMonad.Custom.Workspaces ( workspaces ) where import XMonad.Core hiding ( workspaces ) workspaces :: [WorkspaceId] workspaces = map show [1 .. 9 :: Int]