LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   xwindow issue no.1 (https://www.linuxquestions.org/questions/linux-networking-3/xwindow-issue-no-1-a-7031/)

iquadri1 09-29-2001 01:51 PM

xwindow issue no.1
 
how do i configure xwindows to start an xterm application on startup?

dorward 09-29-2001 02:11 PM

Assuming you use the startx command (and don't use a GUI login) then edit your ~/.xinitrc file.

Example:

Code:

xterm &
exec blackbox

For a more detailed example you could take a look at the one that I use:

http://david.us-lot.org/dir.php?dir=/config/user


All times are GMT -5. The time now is 11:41 AM.