slim.conf 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # Path, X server and arguments (if needed)
  2. # Note: -xauth $authfile is automatically appended
  3. default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  4. default_xserver /usr/X11R6/bin/X
  5. #xserver_arguments -dpi 75
  6. # Commands for halt, login, etc.
  7. halt_cmd /sbin/shutdown -h now
  8. reboot_cmd /sbin/shutdown -r now
  9. console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
  10. #suspend_cmd /usr/sbin/suspend
  11. # Full path to the xauth binary
  12. xauth_path /usr/X11R6/bin/xauth
  13. # Xauth file for server
  14. authfile /var/run/slim.auth
  15. # Activate numlock when slim starts. Valid values: on|off
  16. # numlock on
  17. # Hide the mouse cursor (note: does not work with some WMs).
  18. # Valid values: true|false
  19. # hidecursor false
  20. # This command is executed after a succesful login.
  21. # you can place the %session and %theme variables
  22. # to handle launching of specific commands in .xinitrc
  23. # depending of chosen session and slim theme
  24. #
  25. # NOTE: if your system does not have bash you need
  26. # to adjust the command according to your preferred shell,
  27. # i.e. for freebsd use:
  28. # login_cmd exec /bin/sh - ~/.xinitrc %session
  29. login_cmd exec /bin/bash -login ~/.xinitrc %session
  30. # Commands executed when starting and exiting a session.
  31. # They can be used for registering a X11 session with
  32. # sessreg. You can use the %user variable
  33. #
  34. # sessionstart_cmd some command
  35. # sessionstop_cmd some command
  36. # Start in daemon mode. Valid values: yes | no
  37. # Note that this can overridden by the command line
  38. # option "-d"
  39. # daemon yes
  40. # Available sessions (first one is the default).
  41. # The current chosen session name is replaced in the login_cmd
  42. # above, so your login command can handle different sessions.
  43. # see the xinitrc.sample file shipped with slim sources
  44. sessions xfce4,icewm,wmaker,blackbox
  45. # Executed when pressing F11 (requires imagemagick)
  46. screenshot_cmd import -window root /slim.png
  47. # welcome message. Available variables: %host, %domain
  48. welcome_msg Welcome to %host
  49. # shutdown / reboot messages
  50. shutdown_msg The system is halting...
  51. reboot_msg The system is rebooting...
  52. # default user, leave blank or remove this line
  53. # for avoid pre-loading the username.
  54. #default_user simone
  55. # Focus the password field on start when default_user is set
  56. # Set to "yes" to enable this feature
  57. #focus_password no
  58. # current theme, use comma separated list to specify a set to
  59. # randomly choose from
  60. current_theme default
  61. # Lock file
  62. lockfile /var/run/slim.lock
  63. # Log file
  64. logfile /var/log/slim.log