Yesterday at 1:04pm, Michael Fester said:
> Hello,
>
> I'm running slackware 8 for the first time, and there's something I
> don't understand: I have 'bbkeys -i&' in /etc/X11/xinit/xinitrc and
> that does start bbkeys when I log in. But sometimes it's inconified,
> sometimes not... is this a known bug, or have I done something wrong?
When you want to run bbkeys iconified, blackbox must run when bbkeys opens
its window (which is superfluos imvho).
I have:
sleep 3 && exec bbkeys -i &
in my .xinitrc. This way, blackbox starts, and some 3 seconds later bbkeys
is started, and will always be iconified.
cu
wilbert