slim.conf.orj 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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 -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/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. suspend_cmd /usr/sbin/pm-suspend
  12. # Full path to the xauth binary
  13. xauth_path /usr/bin/xauth
  14. # Xauth file for server
  15. authfile /var/run/slim.auth
  16. # Activate numlock when slim starts. Valid values: on|off
  17. numlock on
  18. # Hide the mouse cursor (note: does not work with some WMs).
  19. # Valid values: true|false
  20. # hidecursor false
  21. # This command is executed after a succesful login.
  22. # you can place the %session and %theme variables
  23. # to handle launching of specific commands in .xinitrc
  24. # depending of chosen session and slim theme
  25. #
  26. # NOTE: if your system does not have bash you need
  27. # to adjust the command according to your preferred shell,
  28. # i.e. for freebsd use:
  29. # login_cmd exec /bin/sh - ~/.xinitrc %session
  30. login_cmd exec /usr/bin/ck-launch-session /bin/bash -login ~/.xinitrc %session
  31. # Commands executed when starting and exiting a session.
  32. # They can be used for registering a X11 session with
  33. # sessreg. You can use the %user variable
  34. #
  35. #sessionstart_cmd some command
  36. # sessionstop_cmd some command
  37. # Start in daemon mode. Valid values: yes | no
  38. # Note that this can be overriden by the command line
  39. # options "-d" and "-nodaemon"
  40. # daemon yes
  41. # Available sessions (first one is the default).
  42. # The current chosen session name is replaced in the login_cmd
  43. # above, so your login command can handle different sessions.
  44. # see the xinitrc.sample file shipped with slim sources
  45. sessiondir /usr/share/xsessions/
  46. # Executed when pressing F11 (requires imagemagick)
  47. screenshot_cmd import -window root /tmp/slim.png
  48. # welcome message. Available variables: %host, %domain
  49. welcome_msg Hoşgeldiniz %host
  50. # Session message. Prepended to the session name when pressing F1
  51. # session_msg Session:
  52. hints_msg "F1 masaüstü seçimi"
  53. # Prepended to the themes session name when pressing F1
  54. session_msg [F1] xsession:
  55. # shutdown / reboot messages
  56. shutdown_msg sistem kapanıyor...
  57. reboot_msg sistem yeniden başlatılıyor...
  58. # default user, leave blank or remove this line
  59. # for avoid pre-loading the username.
  60. #default_user atilla
  61. # Focus the password field on start when default_user is set
  62. # Set to "yes" to enable this feature
  63. #focus_password no
  64. # Automatically login the default user (without entering
  65. # the password. Set to "yes" to enable this feature
  66. #auto_login yes
  67. # current theme, use comma separated list to specify a set to
  68. # randomly choose from
  69. current_theme milis
  70. # Lock file
  71. lockfile /var/run/slim.lock
  72. # Log file
  73. logfile /var/log/slim.log