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