about summary refs log tree commit diff
path: root/src/XMonad/Custom/Workspaces.hs
blob: beae415ceadf649a0188200063206a7bbf005ad4 (plain) (blame)
1
2
3
4
5
6
7
8
module XMonad.Custom.Workspaces
    ( workspaces'
    ) where

import           XMonad.Core

workspaces' :: [WorkspaceId]
workspaces' = map show [1 .. 9 :: Int]

Consider giving Nix/NixOS a try! <3