diff options
author | Azat Bahawi <azahi@teknik.io> | 2019-12-02 18:04:34 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2019-12-02 18:04:34 +0300 |
commit | daaa4cf16f1561156537abc96317045b5f7e55d9 (patch) | |
tree | 82f7a7d16614b9cc9540899f9916807f8851cff9 /src/XMonad/Custom/Workspaces.hs | |
parent | Sync (diff) |
haddock, stylish-haskell, stylish-cabal
Diffstat (limited to 'src/XMonad/Custom/Workspaces.hs')
-rw-r--r-- | src/XMonad/Custom/Workspaces.hs | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/XMonad/Custom/Workspaces.hs b/src/XMonad/Custom/Workspaces.hs index 5832c6e..efc0704 100644 --- a/src/XMonad/Custom/Workspaces.hs +++ b/src/XMonad/Custom/Workspaces.hs @@ -1,21 +1,18 @@ ------------------------------------------------------------------------------ -- | --- Module : XMonad.Custom.Workspaces --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> --- License : BSD3-style (see LICENSE) +-- Module : XMonad.Custom.Workspaces +-- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- License : BSD3-style (see LICENSE) +-- Maintainer : Azat Bahawi <azahi@teknik.io> +-- Stability : unstable +-- Portability : unportable -- --- Maintainer : Azat Bahawi <azahi@teknik.io> --- Stability : unstable --- Portability : unportable --- ------------------------------------------------------------------------------ module XMonad.Custom.Workspaces ( workspaces ) where import XMonad.Actions.DynamicProjects -import XMonad.Core hiding (workspaces) +import XMonad.Core hiding ( workspaces ) workspaces :: [WorkspaceId] workspaces = map show [1..9 :: Int] |