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

Up: libmtp-dev (1.1.5) & fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 23:53:08 2012 +0200 (2012-10-07)
parents cf2a0f07befd
children
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/Xorg
8 xserver_arguments -nolisten tcp
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
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
66 #focus_password true
68 # current theme, use comma separated list to specify a set to
69 # randomly choose from
70 current_theme slitaz,base
72 # Lock file
73 lockfile /var/lock/slim.lock
75 # Log file
76 logfile /var/log/slim.log
78 # Let normal users have access to systems commands. If the value is true,
79 # then the root password is requiered to start a system command.
80 # Valid values: true|false
81 # root_password false