Magellan Linux

Contents of /smage/trunk/extras/slim/mcore/files/slim.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1159 - (show annotations) (download)
Thu Jan 27 23:02:47 2011 UTC (13 years, 3 months ago) by niro
File size: 811 byte(s)
added custom slim.conf
1 default_path /bin:/usr/bin:/usr/local/bin
2 default_xserver /usr/bin/X
3 #xserver_arguments -dpi 75
4
5 halt_cmd /sbin/shutdown -h now
6 reboot_cmd /sbin/shutdown -r now
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
9 xauth_path /usr/bin/xauth
10 authfile /var/run/slim.auth
11
12 # numlock on
13 login_cmd exec /bin/bash -login ~/.xinitrc %session
14 sessions fluxbox
15 welcome_msg Welcome to %host@%domain
16
17 shutdown_msg The system is halting...
18 reboot_msg The system is rebooting...
19
20 default_user mcore
21 auto_login no
22
23 current_theme default
24
25 lockfile /var/run/slim.lock
26 logfile /var/log/slim.log
27