Skip to content

Instantly share code, notes, and snippets.

@robotsandcake
Last active June 14, 2019 21:20

Revisions

  1. robotsandcake renamed this gist Jun 14, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. robotsandcake created this gist Jun 14, 2019.
    7 changes: 7 additions & 0 deletions application_visibility
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    tell application "System Events"

    -- Replace opera and VLC with the applications you want to influence
    -- He can have as many as you like, each one on a new line
    set visible of application process "Opera" to false
    set visible of application process "VLC" to false
    end tell