Magellan Linux

Annotation of /alx-src/branches/alxconf-060/skel/slim/slim.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1979 - (hide annotations) (download)
Sat May 7 11:10:20 2011 UTC (13 years ago) by niro
File size: 822 byte(s)
-fixed slim.conf to support busybox/rxvt and to match our patched version of slim
-removed any comments and non needed settings
1 niro 1707 default_path /bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
2     default_xserver /usr/X11R6/bin/X
3 niro 1979 xserver_arguments -nolisten tcp
4 niro 1707
5 niro 1979 halt_cmd /sbin/halt
6     reboot_cmd /sbin/reboot
7     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 niro 1707
9 niro 1979 xauth_path /usr/X11R6/bin/xauth
10     authfile /var/run/slim.auth
11 niro 1707
12 niro 1979 daemon yes
13 niro 1707
14 niro 1713 # numlock on
15 niro 1707 login_cmd exec /bin/bash -login ~/.xinitrc %session
16     welcome_msg Welcome to %host
17    
18 niro 1979 shutdown_msg The system is halting...
19     reboot_msg The system is rebooting...
20 niro 1707
21     default_user @@USERNAME@@
22     auto_login yes
23    
24     current_theme default
25    
26 niro 1979 lockfile /var/run/slim.pid
27 niro 1707 logfile /var/log/slim.log