Don't like ads? PRO users don't see any ads ;-)
Guest

slim.conf

By: donniezazen on Mar 17th, 2012  |  syntax: None  |  size: 2.98 KB  |  hits: 72  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Path, X server and arguments (if needed)
  2. # Note: -xauth $authfile is automatically appended
  3. default_path        /bin:/usr/bin:/usr/local/bin
  4. default_xserver     /usr/bin/X
  5. xserver_arguments -nolisten tcp vt07
  6.  
  7. # Commands for halt, login, etc.
  8. halt_cmd            /sbin/shutdown -h now
  9. reboot_cmd          /sbin/shutdown -r now
  10. console_cmd         /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
  11. #suspend_cmd        /usr/sbin/suspend
  12.  
  13. # Full path to the xauth binary
  14. xauth_path         /usr/bin/xauth
  15.  
  16. # Xauth file for server
  17. authfile           /var/run/slim.auth
  18.  
  19.  
  20. # Activate numlock when slim starts. Valid values: on|off
  21. # numlock             on
  22.  
  23. # Hide the mouse cursor (note: does not work with some WMs).
  24. # Valid values: true|false
  25. # hidecursor          false
  26.  
  27. # This command is executed after a succesful login.
  28. # you can place the %session and %theme variables
  29. # to handle launching of specific commands in .xinitrc
  30. # depending of chosen session and slim theme
  31. #
  32. # NOTE: if your system does not have bash you need
  33. # to adjust the command according to your preferred shell,
  34. # i.e. for freebsd use:
  35. # login_cmd           exec /bin/sh - ~/.xinitrc %session
  36. login_cmd           exec ck-launch-session /bin/bash -login ~/.xinitrc %session
  37.  
  38. # Commands executed when starting and exiting a session.
  39. # They can be used for registering a X11 session with
  40. # sessreg. You can use the %user variable
  41. #
  42. # sessionstart_cmd      some command
  43. # sessionstop_cmd       some command
  44.  
  45. # Start in daemon mode. Valid values: yes | no
  46. # Note that this can be overriden by the command line
  47. # options "-d" and "-nodaemon"
  48. # daemon        yes
  49.  
  50. # Available sessions (first one is the default).
  51. # The current chosen session name is replaced in the login_cmd
  52. # above, so your login command can handle different sessions.
  53. # see the xinitrc.sample file shipped with slim sources
  54. sessions            xfce4,icewm,wmaker,blackbox
  55.  
  56. # Executed when pressing F11 (requires imagemagick)
  57. screenshot_cmd      import -window root /slim.png
  58.  
  59. # welcome message. Available variables: %host, %domain
  60. welcome_msg         Welcome to %host
  61.  
  62. # Session message. Prepended to the session name when pressing F1
  63. # session_msg         Session:
  64.  
  65. # shutdown / reboot messages
  66. shutdown_msg       The system is halting...
  67. reboot_msg         The system is rebooting...
  68.  
  69. # default user, leave blank or remove this line
  70. # for avoid pre-loading the username.
  71. default_user        donnie
  72.  
  73. # Focus the password field on start when default_user is set
  74. # Set to "yes" to enable this feature
  75. #focus_password      no
  76.  
  77. # Automatically login the default user (without entering
  78. # the password. Set to "yes" to enable this feature
  79. #auto_login          no
  80.  
  81.  
  82. # current theme, use comma separated list to specify a set to
  83. # randomly choose from
  84. current_theme       default
  85.  
  86. # Lock file
  87. lockfile            /var/lock/slim.lock
  88.  
  89. # Log file
  90. logfile             /var/log/slim.log