about summary refs log tree commit diff
path: root/src/XMonad/Custom/Workspaces.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Workspaces.hs')
-rw-r--r--src/XMonad/Custom/Workspaces.hs14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/XMonad/Custom/Workspaces.hs b/src/XMonad/Custom/Workspaces.hs
index beae415..a62b4af 100644
--- a/src/XMonad/Custom/Workspaces.hs
+++ b/src/XMonad/Custom/Workspaces.hs
@@ -1,3 +1,15 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module      :  XMonad.Custom.Workspaces
+-- Copyright   :  (c) azahi 2018
+-- License     :  BSD3-style (see LICENSE)
+--
+-- Maintainer  :  azahi@teknik.io
+-- Stability   :  unstable
+-- Portability :  unportable
+--
+------------------------------------------------------------------------
+
 module XMonad.Custom.Workspaces
     ( workspaces'
     ) where
@@ -5,4 +17,4 @@ module XMonad.Custom.Workspaces
 import           XMonad.Core
 
 workspaces' :: [WorkspaceId]
-workspaces' = map show [1 .. 9 :: Int]
+workspaces' = map show [1..9 :: Int]

Consider giving Nix/NixOS a try! <3