slim.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. # Available sessions (first one is the default).
  21. # The current chosen session name is replaced in the login_cmd
  22. # above, so your login command can handle different sessions.
  23. # see the xinitrc.sample file shipped with slim sources
  24. sessions icewm,wmaker,blackbox
  25. # Executed when pressing F11 (requires imagemagick)
  26. screenshot_cmd import -window root /slim.png
  27. # welcome message. Available variables: %host, %domain
  28. welcome_msg Welcome to %host
  29. # shutdown / reboot messages
  30. shutdown_msg The system is halting...
  31. reboot_msg The system is rebooting...
  32. # default user, leave blank or remove this line
  33. # for avoid pre-loading the username.
  34. #default_user simone
  35. # current theme, use comma separated list to specify a set to
  36. # randomly choose from
  37. current_theme default
  38. # Lock file
  39. lockfile /var/run/slim.lock
  40. # Log file
  41. logfile /var/log/slim.log