Fix layout stuff

This commit is contained in:
Shadowfacts 2016-07-16 15:50:58 -04:00
parent 8fac914586
commit fb8eebda8c
1 changed files with 3 additions and 2 deletions

View File

@ -82,8 +82,9 @@ local display = {
dell = "DELL SE2416H"
}
local layout = {
{"Chrome", nil, display.dell, hs.layout.maximized, nil, nil},
{"Textual 5 Trial", nil, display.dell, hs.geometry.rect(0, 0, 2/3, 1), nil, nil},
{"Google Chrome", nil, display.dell, hs.layout.maximized, nil, nil},
{"Google Chrome Canary",nil, display.dell, hs.layout.maximized, nil, nil},
{"Textual IRC Client", nil, display.dell, hs.geometry.rect(0, 0, 2/3, 1), nil, nil},
{"Hexchat", nil, display.dell, hs.geometry.rect(0, 0, 2/3, 1), nil, nil},
{"Discord", nil, display.dell, hs.layout.right50, nil, nil},
{"Sublime Text", nil, display.cinema, hs.layout.right50, nil, nil},