hello!
in my .xinitrc i have a few programs started in the bg.
for instance "xterm &", or "bbkeys &".
when i log out of X, or shut it down, how do those processes
get killed?
xterm is a graphical program, so since that looses its display
i guess that causes it to shutdown?
bbkeys though is a little daemon helping program for blackbox
just listening for keypresses. how does that die?
how would i otherwise force a cleanup on exit?
is there a file equivalent to .bash_logout?
or is this supposed to be handled in some other way?
tia / ak