Magellan Linux

Contents of /alx-src/tags/alxconf_20060908_17/skel/slim/slim.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1714 - (show annotations) (download)
Tue Jan 25 01:10:08 2011 UTC (13 years, 3 months ago) by niro
File size: 2964 byte(s)
-added numlockx back, because slims numlock doesn't work sometimes
1 # Path, X server and arguments (if needed)
2 # Note: -xauth $authfile is automatically appended
3 default_path /bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
4 default_xserver /usr/X11R6/bin/X
5 #xserver_arguments -dpi 75
6
7 # Commands for halt, login, etc.
8 halt_cmd /sbin/shutdown -h now
9 reboot_cmd /sbin/shutdown -r now
10 console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
11 #suspend_cmd /usr/sbin/suspend
12
13 # Full path to the xauth binary
14 xauth_path /usr/X11R6/bin/xauth
15
16 # Xauth file for server
17 authfile /var/run/slim.auth
18
19 # Activate numlock when slim starts. Valid values: on|off
20 # numlock on
21
22 # Hide the mouse cursor (note: does not work with some WMs).
23 # Valid values: true|false
24 # hidecursor false
25
26 # This command is executed after a succesful login.
27 # you can place the %session and %theme variables
28 # to handle launching of specific commands in .xinitrc
29 # depending of chosen session and slim theme
30 #
31 # NOTE: if your system does not have bash you need
32 # to adjust the command according to your preferred shell,
33 # i.e. for freebsd use:
34 # login_cmd exec /bin/sh - ~/.xinitrc %session
35 login_cmd exec /bin/bash -login ~/.xinitrc %session
36
37 # Commands executed when starting and exiting a session.
38 # They can be used for registering a X11 session with
39 # sessreg. You can use the %user variable
40 #
41 # sessionstart_cmd some command
42 # sessionstop_cmd some command
43
44 # Start in daemon mode. Valid values: yes | no
45 # Note that this can be overriden by the command line
46 # options "-d" and "-nodaemon"
47 daemon yes
48
49 # Available sessions (first one is the default).
50 # The current chosen session name is replaced in the login_cmd
51 # above, so your login command can handle different sessions.
52 # see the xinitrc.sample file shipped with slim sources
53 sessions xfce4,icewm,wmaker,blackbox
54
55 # Executed when pressing F11 (requires imagemagick)
56 screenshot_cmd import -window root /slim.png
57
58 # welcome message. Available variables: %host, %domain
59 welcome_msg Welcome to %host
60
61 # Session message. Prepended to the session name when pressing F1
62 # session_msg Session:
63
64 # shutdown / reboot messages
65 shutdown_msg The system is halting...
66 reboot_msg The system is rebooting...
67
68 # default user, leave blank or remove this line
69 # for avoid pre-loading the username.
70 default_user @@USERNAME@@
71
72 # Focus the password field on start when default_user is set
73 # Set to "yes" to enable this feature
74 #focus_password no
75
76 # Automatically login the default user (without entering
77 # the password. Set to "yes" to enable this feature
78 auto_login yes
79
80
81 # current theme, use comma separated list to specify a set to
82 # randomly choose from
83 current_theme default
84
85 # Lock file
86 lockfile /var/run/slim.lock
87
88 # Log file
89 logfile /var/log/slim.log
90