dotfiles
dotfiles copied to clipboard
A thank you and a small contribution to app_switcher.lua
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