Skip to content

Instantly share code, notes, and snippets.

@dilantha
Last active March 13, 2021 23:38
Show Gist options
  • Select an option

  • Save dilantha/d29e90600e7bf9bfe32b5d08446b8b12 to your computer and use it in GitHub Desktop.

Select an option

Save dilantha/d29e90600e7bf9bfe32b5d08446b8b12 to your computer and use it in GitHub Desktop.
Close Cisco AnyConnect Notification on macOS Big Sur
ciscoTile = 'Cisco AnyConnect Secure Mobility Client Notification'
ciscoNotification = hs.window.get(ciscoTile)
if ciscoNotification then
ciscoNotification:close()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment