Guest User

Untitled

a guest
Apr 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. # If you set to yes, please make sure to set a UNICODE aware CONSOLEFONT and
  2. # KEYMAP in the /etc/conf.d/consolefont and /etc/conf.d/keymaps config files.
  3.  
  4. UNICODE="yes"
  5.  
  6. # Set EDITOR to your preferred editor.
  7. # You may use something other than what is listed here.
  8.  
  9. #EDITOR="/bin/nano"
  10. EDITOR="/usr/bin/vim"
  11. #EDITOR="/usr/bin/emacs"
  12.  
  13. # DISPLAYMANAGER has moved to /etc/conf.d/xdm
  14.  
  15. # XSESSION is a new variable to control what window manager to start
  16. # default with X if run with xdm, startx or xinit. The default behavior
  17. # is to look in /etc/X11/Sessions/ and run the script in matching the
  18. # value that XSESSION is set to. The support scripts are smart enough to
  19. # look in all bin directories if it cant find a match in /etc/X11/Sessions/,
  20. # so setting it to "enlightenment" can also work. This is basically used
  21. # as a way for the system admin to configure a default system wide WM,
  22. # allthough it will work if the user export XSESSION in his .bash_profile, etc.
  23. #
  24. # NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx
  25. # is called.
  26. # 2) even if ~/.xsession exists, if XSESSION can be resolved, it will
  27. # be executed rather than ~/.xsession, else KDM breaks ...
  28. #
  29. # Defaults depending on what you install currently include:
  30. #
  31. # Gnome - will start gnome-session
  32. # kde-<version> - will start startkde (look in /etc/X11/Sessions/)
  33. # Xsession - will start a terminal and a few other nice apps
  34.  
  35. XSESSION="Xfce4"
Add Comment
Please, Sign In to add comment