You are not logged in.
Pages: 1
How do one start an application from the xterm and still can use the xterm so its not bound to the application?
[ logicspot.NET | mempad.org ]
Archlinux x64
Offline
Offline
Offline
you can also use screen....that way you can even close the terminal window - if you wanted to - and the app would still keep running
Offline
My favourite bash alias since I discovered using screen that way is:
alias mp='screen -m -d mousepad'I was forever loosing code because I closed the terminal I used to launch the editor with when using the "&" method after testing something and *poof* the editor would dissapear.
Offline
Pages: 1