fix: replace kitty with wezterm in macos tiling layout

This commit is contained in:
Noah Masur 2024-06-24 09:53:05 -04:00
parent f1cdd4ae98
commit c86188d734
No known key found for this signature in database

View File

@ -41,7 +41,7 @@ local function worklayout()
local u = hs.geometry.unitrect
-- set the layout
local left = {
{ "kitty", nil, WORK_ONLY_MONITOR, u(0, 0, 1 / 2, 1), nil, nil, visible = true },
{ "WezTerm", 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 },