diff options
Diffstat (limited to 'src/XMonad/Custom/Projects.hs')
-rw-r--r-- | src/XMonad/Custom/Projects.hs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/XMonad/Custom/Projects.hs b/src/XMonad/Custom/Projects.hs index fac181b..6b3951c 100644 --- a/src/XMonad/Custom/Projects.hs +++ b/src/XMonad/Custom/Projects.hs @@ -1,3 +1,17 @@ +----------------------------------------------------------------------------- +-- | +-- Module : XMonad.Custom.Projects +-- Copyright : (c) azahi 2018 +-- License : BSD3-style (see LICENSE) +-- +-- Maintainer : azahi@teknik.io +-- Stability : unstable +-- Portability : unportable +-- +-- Custom target for projects. +-- +------------------------------------------------------------------------ + module XMonad.Custom.Projects ( projects ) where |