WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: aterm question ...  (Read 1452 times)

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
aterm question ...
« on: December 25, 2015, 11:08:28 PM »
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)
Code: [Select]
Mod4 i :Exec aterm -geometry 100x30  -e inxi -FNow, 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:
Code: [Select]
aterm -geometry 100x30  -e inxi -F.

The same kind of shortcut works flawlessly with:
Code: [Select]
Mod4 h :Exec sudo aterm -geometry 110x30 -e htop.

(And also with xterm in a slackware installation).

Thanks in advance for any pointer!