clean up hammerspoon on m3 w display

for some reason, i need to multiply x to line up half-max frames
This commit is contained in:
Noah Masur
2024-02-08 15:28:46 -05:00
parent 1833bfddfb
commit 5aea58df79
3 changed files with 4 additions and 3 deletions

View File

@ -51,6 +51,7 @@ local function worklayout()
local laptop = {
{ "Firefox", nil, LAPTOP_MONITOR, u(0, 0, 1, 1), nil, nil, visible = true },
{ "Obsidian", nil, LAPTOP_MONITOR, u(0, 0, 1, 1), nil, nil, visible = true },
{ "Calendar", nil, LAPTOP_MONITOR, u(0, 0, 1, 1), nil, nil, visible = true },
}
local layout = concat(left, right, laptop)
hs.layout.apply(layout)