mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-22 06:53: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:
|
||||
defaultLayouts :: [Layout]
|
||||
defaultLayouts = [ full
|
||||
, tall defaultWindowsInMaster defaultDelta (1%2)
|
||||
, wide defaultWindowsInMaster defaultDelta (1%2) ]
|
||||
defaultLayouts = [ tall defaultWindowsInMaster defaultDelta (1%2)
|
||||
, wide defaultWindowsInMaster defaultDelta (1%2)
|
||||
, full ]
|
||||
|
||||
--
|
||||
-- The key bindings list.
|
||||
|
Reference in New Issue
Block a user