Mitchell, Edmund wrote:

>I'm a linux newbie, discovering that bbkeys is great, but I'd like it to be
>running from the get-go.
>Is there a way to make this happen?
>On a related note, I'd also like to autostart gkrellm - sort of like what
>happens when you drop stuff in the Autostart folder under KDE - can this
>happen under blackbox?
>
You can accomplish this by creating a shell script that starts each item 
in the background and then starts blackbox.  Example

<-- begin script -->

#!/bin/sh
bbkeys -i &
gkrellm -w &
blackbox

<-- end script -->

Jamin W. Collins

Reply via email to