mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 22:51:54 -07:00
Formatting only
This commit is contained in:
@@ -139,9 +139,9 @@ borderWidth = 1
|
|||||||
|
|
||||||
-- The default set of Layouts:
|
-- The default set of Layouts:
|
||||||
defaultLayouts :: [Layout]
|
defaultLayouts :: [Layout]
|
||||||
defaultLayouts = [ full,
|
defaultLayouts = [ full
|
||||||
tall defaultWindowsInMaster defaultDelta (1%2),
|
, tall defaultWindowsInMaster defaultDelta (1%2)
|
||||||
wide defaultWindowsInMaster defaultDelta (1%2) ]
|
, wide defaultWindowsInMaster defaultDelta (1%2) ]
|
||||||
|
|
||||||
--
|
--
|
||||||
-- The key bindings list.
|
-- The key bindings list.
|
||||||
|
Reference in New Issue
Block a user