{-# OPTIONS_GHC -Wno-missing-signatures #-} -- | -- Module : XMonad.Custom.Layout -- Description : Layouts and such -- Copyright : (c) Azat Bahawi 2018-2022 -- SPDX-License-Identifier : GPL-3.0-or-later -- Maintainer : azat@bahawi.net -- Stability : experimental -- Portability : non-portable -- module XMonad.Custom.Layout ( ngLayoutHook ) where import XMonad ( Full(Full) , Tall(Tall) , (|||) ) ngLayoutHook = Tall 1 (1 / 2) (3 / 100) ||| Full