I didn't know where to ask this question, so i hope this is the right place.
I try to define a shortcut for my fluxbox based desktop (on a Dell Mini 10)
Mod4 i :Exec aterm -geometry 100x30 -e inxi -F
Now, the problem is, aterm is opened inxi -F is started, but at the end the aterm window is closed. How can i teach aterm to NOT close automatically the window?
It's not a fluxbox problem since the same happens if i do via flrun: aterm -geometry 100x30 -e inxi -F
.
The same kind of shortcut works flawlessly with:
Mod4 h :Exec sudo aterm -geometry 110x30 -e htop
.
(And also with xterm in a slackware installation).
Thanks in advance for any pointer!