On 11 November 2010 21:54, TJ Robotham <tj.robot...@gmail.com> wrote: > Uh ... dmenu does have a config.h file. If all of your dmenu scripts use the > same colour and font overrides you can easily save yourself the trouble by > changing the default colours and font - which is what I wound up doing over a > year ago, probably closer to two.
Not in tip. My argument is, if you want to configure defaults just add an override dmenu script to your path: > #!/bin/sh > /usr/local/bin/dmenu -fn ... -bg ... Easier than recompiling imo, and means everyone on a multiuser system can share a single binary. cls