An introduction

This is a semi-public place to dump text too flimsy to even become a blog post. I wouldn't recommend reading it unless you have a lot of time to waste. You'd be better off at my livejournal. I also have another blog, and write most of the French journal summaries at the Eurozine Review.

Why do I clutter up the internet with this stuff at all? Mainly because I'm trying to get into the habit of displaying as much as possible of what I'm doing in public. Also, Blogger is a decent interface for a notebook

Sunday, June 20, 2010

notify-send

Yet another linux trick I keep on forgetting...
To display a notification on the desktop from the command-line:
# apt-get install libnotify-bin
$ notify-send "hello world"

obv. "from the command-line" really means "from a script", unless you're in some Evil Dead situation of independently-mobile hands

[reason for looking: trying to get xmonad+dmenu to notify me when I mistype a command, rather than just failing silently]

1 comment: