workspace: Use first layout as default
This commit is contained in:
parent
75075f3245
commit
d8db79a85c
|
@ -143,6 +143,7 @@ function ws.new(name, args)
|
|||
local props = {
|
||||
screen = awful.screen.focused(),
|
||||
volatile = true,
|
||||
layout = awful.layout.layouts[1],
|
||||
}
|
||||
if args and args.props then
|
||||
gtable.crush(props, args.props)
|
||||
|
|
Loading…
Reference in New Issue