tweaks for ghostty, helix, zed

This commit is contained in:
Noah Masur
2025-03-17 11:00:14 -04:00
parent a611b0ab69
commit 852ecf0b91
6 changed files with 213 additions and 3 deletions

View File

@ -42,6 +42,7 @@ local function worklayout()
-- set the layout
local left = {
{ "WezTerm", nil, WORK_ONLY_MONITOR, u(0, 0, 1 / 2, 1), nil, nil, visible = true },
{ "Ghostty", nil, WORK_ONLY_MONITOR, u(0, 0, 1 / 2, 1), nil, nil, visible = true },
}
local right = {
{ "Slack", nil, WORK_ONLY_MONITOR, u(1 / 2, 0, 1 / 2, 1), nil, nil, visible = true },