Skip to content

Instantly share code, notes, and snippets.

@cmacrae
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmacrae/2315fe529ee099408a1b to your computer and use it in GitHub Desktop.
Save cmacrae/2315fe529ee099408a1b to your computer and use it in GitHub Desktop.
Launch Aqua apps from dmenu
If you fancy launching Aqua apps from dmenu, you can take the following approach.
Safari (for example):
/usr/local/bin/safari:
#! /usr/bin/env bash
open -a "Safari"
Give it executable perms, and, dmenu should see it like any other binary/script in your PATH :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment