mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Add Config.hs-boot, remove defaultLayoutDesc from XConf
This commit is contained in:
@@ -114,8 +114,8 @@ focusedBorderColor = "#ff0000"
|
||||
-- What layout to start in, and what the default proportion for the
|
||||
-- left pane should be in the tiled layout. See LayoutDesc and
|
||||
-- friends in XMonad.hs for options.
|
||||
startingLayoutDesc :: LayoutDesc
|
||||
startingLayoutDesc =
|
||||
defaultLayoutDesc :: LayoutDesc
|
||||
defaultLayoutDesc =
|
||||
LayoutDesc { layoutType = Full
|
||||
, tileFraction = 1%2 }
|
||||
|
||||
|
Reference in New Issue
Block a user