Skip to content

Instantly share code, notes, and snippets.

@seanh
Created June 18, 2009 21:43
Show Gist options
  • Select an option

  • Save seanh/132213 to your computer and use it in GitHub Desktop.

Select an option

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