Skip to content

Instantly share code, notes, and snippets.

@mjyut
Created November 10, 2014 19:58
Show Gist options
  • Save mjyut/e4e90606ca6ed003b757 to your computer and use it in GitHub Desktop.
Save mjyut/e4e90606ca6ed003b757 to your computer and use it in GitHub Desktop.
Command to history search & run in dmenu (use Japanese font)
eval $(history |sed 's/^ *[^ ]\+ \+//' |tac |dmenu.xft -b -fn $(fc-match :lang=ja:size=14 -f '%{family[0]}-%{size}\n') -l 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment