workspace: Use first layout as default

This commit is contained in:
James Reed 2020-10-03 08:22:58 -06:00
parent 75075f3245
commit d8db79a85c
No known key found for this signature in database
GPG Key ID: 0BE2BD33C5E8125E
1 changed files with 1 additions and 0 deletions

View File

@ -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)