mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-22 23:13:47 -07:00
make 'tall' layout the default on startup. more useful for new users
This commit is contained in:
@@ -82,9 +82,9 @@ borderWidth = 1
|
|||||||
|
|
||||||
-- The default set of Layouts:
|
-- The default set of Layouts:
|
||||||
defaultLayouts :: [Layout]
|
defaultLayouts :: [Layout]
|
||||||
defaultLayouts = [ full
|
defaultLayouts = [ tall defaultWindowsInMaster defaultDelta (1%2)
|
||||||
, tall defaultWindowsInMaster defaultDelta (1%2)
|
, wide defaultWindowsInMaster defaultDelta (1%2)
|
||||||
, wide defaultWindowsInMaster defaultDelta (1%2) ]
|
, full ]
|
||||||
|
|
||||||
--
|
--
|
||||||
-- The key bindings list.
|
-- The key bindings list.
|
||||||
|
Reference in New Issue
Block a user