| 1 |
# /etc/rc.conf: Global startup script configuration settings
|
| 2 |
|
| 3 |
# UNICODE specifies whether you want to have UNICODE support in the console.
|
| 4 |
# If you set to yes, please make sure to set a UNICODE aware CONSOLEFONT and
|
| 5 |
# KEYMAP in the /etc/conf.d/consolefont and /etc/conf.d/keymaps config files.
|
| 6 |
|
| 7 |
UNICODE="no"
|
| 8 |
|
| 9 |
# Set EDITOR to your preferred editor.
|
| 10 |
# You may use something other than what is listed here.
|
| 11 |
|
| 12 |
EDITOR="/bin/nano"
|
| 13 |
#EDITOR="/usr/bin/vim"
|
| 14 |
#EDITOR="/usr/bin/emacs"
|
| 15 |
|
| 16 |
# XSESSION is a new variable to control what window manager to start
|
| 17 |
# default with X if run with xdm, startx or xinit. The default behavior
|
| 18 |
# is to look in /etc/X11/Sessions/ and run the script in matching the
|
| 19 |
# value that XSESSION is set to. The support scripts are smart enough to
|
| 20 |
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
|
| 21 |
# so setting it to "enlightenment" can also work. This is basically used
|
| 22 |
# as a way for the system admin to configure a default system wide WM,
|
| 23 |
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
|
| 24 |
#
|
| 25 |
# NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx
|
| 26 |
# is called.
|
| 27 |
# 2) even if ~/.xsession exists, if XSESSION can be resolved, it will
|
| 28 |
# be executed rather than ~/.xsession, else KDM breaks ...
|
| 29 |
#
|
| 30 |
# Defaults depending on what you install currently include:
|
| 31 |
#
|
| 32 |
# Gnome - will start gnome-session
|
| 33 |
# kde-<version> - will start startkde (look in /etc/X11/Sessions/)
|
| 34 |
# Xsession - will start a terminal and a few other nice apps
|
| 35 |
# Xfce4 - will start a XFCE4 session
|
| 36 |
|
| 37 |
#XSESSION="Gnome"
|