Magellan Linux

Annotation of /smage/trunk/core/slim/mcore/files/slim.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1204 - (hide annotations) (download)
Sat Jan 29 00:13:47 2011 UTC (13 years, 3 months ago) by niro
Original Path: smage/trunk/extras/slim/mcore/files/slim.conf
File size: 716 byte(s)
-fixed reboot and halt cmd to match busybox
-silent boot messages, we using fbsplash
1 niro 1159 default_path /bin:/usr/bin:/usr/local/bin
2     default_xserver /usr/bin/X
3     #xserver_arguments -dpi 75
4    
5 niro 1204 halt_cmd /sbin/halt
6     reboot_cmd /sbin/reboot
7 niro 1159 console_cmd /usr/bin/rxvt -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
8    
9 niro 1165 xauth_path /usr/bin/xauth
10     authfile /var/run/slim.auth
11 niro 1159
12 niro 1165 daemon yes
13    
14     # numlock on
15 niro 1159 login_cmd exec /bin/bash -login ~/.xinitrc %session
16 niro 1204 welcome_msg
17 niro 1159
18 niro 1204 shutdown_msg
19     reboot_msg
20 niro 1159
21     default_user mcore
22 niro 1164 auto_login yes
23 niro 1159
24     current_theme default
25    
26 niro 1165 lockfile /var/run/slim.pid
27 niro 1159 logfile /var/log/slim.log