slim.conf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. # This command is executed after a succesful login.
  11. # you can place the %session and %theme variables
  12. # to handle launching of specific commands in .xinitrc
  13. # depending of chosen session and slim theme
  14. #
  15. # NOTE: if your system does not have bash you need
  16. # to adjust the command according to your preferred shell,
  17. # i.e. for freebsd use:
  18. # login_cmd exec /bin/sh - ~/.xinitrc %session
  19. login_cmd exec /bin/bash -login ~/.xinitrc %session
  20. # Commands executed when starting and exiting a session.
  21. # They can be used for registering a X11 session with
  22. # sessreg. You can use the %user variable
  23. # sessionstart_cmd some command
  24. # sessionstop_cmd some command
  25. # Available sessions (first one is the default).
  26. # The current chosen session name is replaced in the login_cmd
  27. # above, so your login command can handle different sessions.
  28. # see the xinitrc.sample file shipped with slim sources
  29. sessions icewm,wmaker,blackbox
  30. # Executed when pressing F11 (requires imagemagick)
  31. screenshot_cmd import -window root /slim.png
  32. # welcome message. Available variables: %host, %domain
  33. welcome_msg Welcome to %host
  34. # shutdown / reboot messages
  35. shutdown_msg The system is halting...
  36. reboot_msg The system is rebooting...
  37. # default user, leave blank or remove this line
  38. # for avoid pre-loading the username.
  39. #default_user simone
  40. # current theme, use comma separated list to specify a set to
  41. # randomly choose from
  42. current_theme default
  43. # Lock file
  44. lockfile /var/run/slim.lock
  45. # Log file
  46. logfile /var/log/slim.log