* Marc Wilson ([EMAIL PROTECTED]) wrote:
> On Sat, May 25, 2002 at 07:13:45PM -0700, Greg Gilbert wrote:
> > I just added a second head ( not running xinerama ) to my box, and
> > have run into a problem with bbkeys. I have keyy bindings set up to
> > launch apps, but when I use them from the second head the apps start
> > on the first. Keybindings for changing workspaces are being executed
> > properly on both heads. I'm using bbkeys 0.8.4 and black box 0.62.1
> > on XFree 86 4.1.
>
> Been there, done that, got the t-shirt. :)
>
> You need to run a copy of bbkeys on each head. They can share the same
> configuration file.
I've got that tshirt also. from my ~/.xsession file
exec bbkeys -display :0.0 -t -w &
exec bbkeys -display :0.1 -t -w &
They are using the same config file, and window management
keybindings are working as expected. Only thing that seems to
behaving oddly is launching programs.
Greg