-- | -- 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 ( myWorkspaces ) where import XMonad.Core import XMonad.Layout.IndependentScreens myWorkspaces :: ScreenId -> [PhysicalWorkspace] myWorkspaces = flip withScreens $ map show [1 .. 9 :: Int]