diff options
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 |