slim.conf 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Path, X server and arguments (if needed)
  2. default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  3. default_xserver /usr/X11R6/bin/X
  4. #xserver_arguments -dpi 75
  5. # Commands for halt, login, etc.
  6. halt_cmd /sbin/shutdown -h now
  7. reboot_cmd /sbin/shutdown -r now
  8. 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"
  9. #suspend_cmd /usr/sbin/suspend
  10. # Activate numlock when slim starts. Valid values: on|off
  11. numlock on
  12. # This command is executed after a succesful login.
  13. # you can place the %session and %theme variables
  14. # to handle launching of specific commands in .xinitrc
  15. # depending of chosen session and slim theme
  16. #
  17. # NOTE: if your system does not have bash you need
  18. # to adjust the command according to your preferred shell,
  19. # i.e. for freebsd use:
  20. # login_cmd exec /bin/sh - ~/.xinitrc %session
  21. login_cmd exec /bin/bash -login ~/.xinitrc %session
  22. # Commands executed when starting and exiting a session.
  23. # They can be used for registering a X11 session with
  24. # sessreg. You can use the %user variable
  25. #
  26. # sessionstart_cmd some command
  27. # sessionstop_cmd some command
  28. # Start in daemon mode. Valid values: yes | no
  29. # Note that this can overridden by the command line
  30. # option "-d"
  31. # daemon yes
  32. # Available sessions (first one is the default).
  33. # The current chosen session name is replaced in the login_cmd
  34. # above, so your login command can handle different sessions.
  35. # see the xinitrc.sample file shipped with slim sources
  36. sessions icewm,wmaker,blackbox
  37. # Executed when pressing F11 (requires imagemagick)
  38. screenshot_cmd import -window root /slim.png
  39. # welcome message. Available variables: %host, %domain
  40. welcome_msg Welcome to %host
  41. # shutdown / reboot messages
  42. shutdown_msg The system is halting...
  43. reboot_msg The system is rebooting...
  44. # default user, leave blank or remove this line
  45. # for avoid pre-loading the username.
  46. #default_user simone
  47. # current theme, use comma separated list to specify a set to
  48. # randomly choose from
  49. current_theme default
  50. # Lock file
  51. lockfile /var/run/slim.lock
  52. # Log file
  53. logfile /var/log/slim.log