Re: Recommendations for a small, light, app-launcher button bar
On Thu, Apr 08, 2004 at 07:48:36AM -0700, Kenward Vaughan wrote:
> The fixMenu script is a bad hack of mine (I'm not really geeky, so
> don't have a smooth approach to this stuff--I'd love to grok the sed
> approach to this...).
Here is (a) sed approach to it:
sed -e '/^# Automatically.*$/r ~/.fluxbox/personalStuff' \
/etc/X11/fluxbox/fluxbox-menu > ~/.fluxbox/menu
google told me the 'r' command inserts the contents of a file
at a location matching a pattern
Reply to: