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