check out my new project: WindowStrider
crazy efficient window management for macOS (・o・)
no more endless cmd+tabing or waiting for the workspace to switch. just bind hotkeys for your most used apps and switch instantly!
hs.loadSpoon("WindowStrider")
-- press opt+3 to cycle between windows of VSCode and Zed
:bindHotkey({"option"}, "3", { "com.microsoft.VSCode", "dev.zed.Zed" })
:bindHotkey({ "option" }, "d", { "com.spotify.client" })
-- press opt+shift+1 to pin any opened app to opt+1
:bindPinHotkey({"option"}, "1", "shift")




