| … | |
… | |
| 10 | # You may use something other than what is listed here. |
10 | # You may use something other than what is listed here. |
| 11 | |
11 | |
| 12 | EDITOR="/bin/nano" |
12 | EDITOR="/bin/nano" |
| 13 | #EDITOR="/usr/bin/vim" |
13 | #EDITOR="/usr/bin/vim" |
| 14 | #EDITOR="/usr/bin/emacs" |
14 | #EDITOR="/usr/bin/emacs" |
| 15 | |
|
|
| 16 | # What display manager do you use ? [ xdm | gdm | kdm | entrance ] |
|
|
| 17 | #DISPLAYMANAGER="xdm" |
|
|
| 18 | |
15 | |
| 19 | # XSESSION is a new variable to control what window manager to start |
16 | # XSESSION is a new variable to control what window manager to start |
| 20 | # default with X if run with xdm, startx or xinit. The default behavior |
17 | # default with X if run with xdm, startx or xinit. The default behavior |
| 21 | # is to look in /etc/X11/Sessions/ and run the script in matching the |
18 | # is to look in /etc/X11/Sessions/ and run the script in matching the |
| 22 | # value that XSESSION is set to. The support scripts are smart enough to |
19 | # value that XSESSION is set to. The support scripts are smart enough to |