wok view slim/stuff/etc/slim.conf @ rev 6439

add patch: no pwd for halt/reboot/hibernate option
author xfred@localhost
date Mon Sep 27 21:59:43 2010 +0000 (2010-09-27)
parents c61177674d4d
children def27ec24f32
line source
1 # /etc/slim.conf: Slim login manger configuration file
2 #
4 # Path, X server and arguments (if needed)
5 # Note: -xauth $authfile is automatically appended
6 default_path ./:/bin:/usr/bin:/usr/local/bin
7 default_xserver /usr/bin/Xvesa
8 xserver_arguments -ac -shadow dpms +extension Composite -screen 1024x768x24
10 # Commands for halt, login, etc.
11 halt_cmd /sbin/poweroff
12 reboot_cmd /sbin/reboot
13 console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -l -c "exec /bin/login"
14 #suspend_cmd /usr/sbin/suspend
16 # Full path to the xauth binary
17 xauth_path /usr/bin/xauth
19 # Xauth file for server
20 authfile /var/run/slim.auth
22 # Activate numlock when slim starts. Valid values: on|off
23 # numlock on
25 # Hide the mouse cursor (note: does not work with some WMs).
26 # Valid values: true|false
27 hidecursor true
29 # This command is executed after a succesful login.
30 # you can place the %session and %theme variables
31 # to handle launching of specific commands in .xinitrc
32 # depending of chosen session and slim theme
33 login_cmd exec /bin/sh -l ~/.xinitrc %session
35 # Commands executed when starting and exiting a session.
36 # They can be used for registering a X11 session with
37 # sessreg. You can use the %user variable
38 #
39 # sessionstart_cmd some command
40 # sessionstop_cmd some command
42 # Start in daemon mode. Valid values: yes | no
43 # Note that this can overridden by the command line
44 # option "-d"
45 #daemon yes
47 # Available sessions (first one is the default).
48 # The current chosen session name is replaced in the login_cmd
49 # above, so your login command can handle different sessions.
50 # see the xinitrc.sample file shipped with slim sources
51 sessions openbox,e17,jwm
53 # Executed when pressing F11 (requires imagemagick)
54 #screenshot_cmd mtpaint -s /root/slim-shot.png
56 # welcome message. Available variables: %host, %domain
57 welcome_msg Welcome to %host
59 # shutdown / reboot messages
60 shutdown_msg The system is going down...
61 reboot_msg The system is rebooting...
63 # default user, leave blank or remove this line
64 # for avoid pre-loading the username.
65 default_user tux
67 # current theme, use comma separated list to specify a set to
68 # randomly choose from
69 current_theme slitaz,base
71 # Lock file
72 lockfile /var/lock/slim.lock
74 # Log file
75 logfile /var/log/slim.log
77 # Let normal users have access to systems commands. If the value is true,
78 # then the root password is requiered to start a system command.
79 # Valid values: true|false
80 # root_password false