Skip to content

Instantly share code, notes, and snippets.

@seanh
Created June 18, 2009 21:43
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 seanh/132213 to your computer and use it in GitHub Desktop.
Save seanh/132213 to your computer and use it in GitHub Desktop.
Use dmenu to lookup a word with gnome-dictionary
#!/bin/sh
gnome-dictionary --look-up `dmenu -nb '#a5b474' -sb '#444444' -nf '#eeeeee' -sf '#a5b474' -fn '-*-*-*-*-*-*-20-*-*-*-*-*-*-*'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment