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/Main.hs | |
parent | Sync (diff) |
haddock, stylish-haskell, stylish-cabal
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/Main.hs b/src/Main.hs index 716e0a1..9cb5e98 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,14 +1,11 @@ ------------------------------------------------------------------------------ -- | --- Module : Main --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> --- License : BSD3-style (see LICENSE) +-- Module : Main +-- Copyright : (c) 2018-2019 Azat Bahawi +-- 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 Main where @@ -38,8 +35,8 @@ main = xmonad $ withNavigation2DConfig C.navigation $ dynamicProjects C.projects $ def { borderWidth = C.border - , workspaces = C.workspaces -- TODO save WS state - , layoutHook = C.layoutHook -- TODO save layout state and floating W position + , workspaces = C.workspaces + , layoutHook = C.layoutHook , terminal = C.term C.applications , normalBorderColor = C.colorN , focusedBorderColor = C.colorF |