dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

A thank you and a small contribution to app_switcher.lua

Open dmgerman opened this issue 2 years ago • 0 comments

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

dmgerman avatar Jan 26 '24 08:01 dmgerman