diff --git a/README.md b/README.md index d1975bc..919fdb2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -## Usage +# Pliim + +One click and be ready to go up on stage and shine! + +## Contribute First, install [Yarn] for your system (you can replace `yarn` with `npm` below if you don't wish to switch yet) - `yarn install` Install dependencies. -- `yarn watch` Compile development version and watch for changes. Bundled files will appear in `dist/`. +- `yarn run watch` Compile development version and watch for changes. Bundled files will appear in `dist/`. - `yarn start` Start the desktop app (while watcher is running in another terminal). Use Ctrl-R or Cmd-R to reload the app. diff --git a/lib/hideapps.scpt b/lib/hideapps.scpt index 9ca3613..58d42ae 100644 --- a/lib/hideapps.scpt +++ b/lib/hideapps.scpt @@ -1,5 +1,4 @@ # Hide all windows tell application "System Events" - set visible of every process whose visible is true and name is not "Sketch" to false - set the collapsed of windows to true -end tell \ No newline at end of file + set visible of every process whose visible is true and background only is false and name is not "Sketch" to false +end tell