Make a file called .xinitrc under your /home.

Containing: 

#!/bin/bash
exec blackbox

This starts Blackbox when you run startx. 
You can also put other applications in here.

#!/bin/bash
bbkeys -i & <-- starts bbkeys in iconic state. & is important - shows there are more 
commands to be executed
exec blackbox

/m3gboy

Reply via email to