Hi Peter,
Thank you for your streamdeck/hammerspoon configuration. It has been great to be able to build on top.
A small contribution back. In app_switcher.lua, add the following line to skip applications that do not have a real interface:
if app:kind() < 0 then goto continue end
Hi Peter,
Thank you for your streamdeck/hammerspoon configuration. It has been great to be able to build on top.
A small contribution back. In app_switcher.lua, add the following line to skip applications that do not have a real interface: