mkdir -p ~/.hammerspoon/stackwindow
git clone https://github.com/codegik/stackwindow.git ~/.hammerspoon/stackwindow
echo 'require("stackwindow")' >> ~/.hammerspoon/init.lua
- subscribe to event change focused window, then should change focused icon
- subscribe to events in order to recreate the stack
- creating window
- removing window
- fix: visible windows when have multiple screens are appearing only in one screen.