![Raspberry Pi 3 Cookbook for Python Programmers](https://wfqqreader-1252317822.image.myqcloud.com/cover/950/36699950/b_36699950.jpg)
上QQ阅读APP看书,第一时间看更新
Running multiple programs with X11 forwarding
If you want to run an X program, but still be able to use the same Terminal console for other stuff, you can run the command in the background with & as follows:
leafpad &
Just remember that the more programs you run, the slower everything will get. You can switch to the background program by typing fg and check for background tasks with bg.