From daaa4cf16f1561156537abc96317045b5f7e55d9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 2 Dec 2019 18:04:34 +0300 Subject: haddock, stylish-haskell, stylish-cabal --- src/Main.hs | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'src/Main.hs') 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 --- License : BSD3-style (see LICENSE) +-- Module : Main +-- Copyright : (c) 2018-2019 Azat Bahawi +-- License : BSD3-style (see LICENSE) +-- Maintainer : Azat Bahawi +-- Stability : unstable +-- Portability : unportable -- --- Maintainer : Azat Bahawi --- 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 -- cgit 1.4.1