slitaz-arm view rpi/rootfs/etc/slim.conf @ rev 75

Add slim support and custom rpi theme
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 23 14:37:38 2014 +0100 (2014-03-23)
parents
children 0490102f1cd5
line source
1 # /etc/slim.conf: Slim LogIn Manger configuration file
2 #
4 # Path, X server and arguments (if needed)
5 # Note: -xauth $authfile is automatically appended
6 default_path ./:/bin:/usr/bin:/usr/local/bin
7 default_xserver /usr/bin/Xorg
8 #xserver_arguments -dpi 75
10 # Commands for halt, login, etc.
11 halt_cmd /sbin/poweroff
12 reboot_cmd /sbin/reboot
13 console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -l -c "exec /bin/login"
14 #suspend_cmd /usr/sbin/suspend
16 # Full path to the xauth binary
17 xauth_path /usr/bin/xauth
19 # Xauth file for server
20 authfile /var/run/slim.auth
23 # Activate numlock when slim starts. Valid values: on|off
24 # numlock on
26 # Hide the mouse cursor (note: does not work with some WMs).
27 # Valid values: true|false
28 hidecursor true
30 # This command is executed after a succesful login.
31 # you can place the %session and %theme variables
32 # to handle launching of specific commands in .xinitrc
33 # depending of chosen session and slim theme
34 #
35 # NOTE: if your system does not have bash you need
36 # to adjust the command according to your preferred shell,
37 # i.e. for freebsd use:
38 # login_cmd exec /bin/sh - ~/.xinitrc %session
39 login_cmd exec /bin/sh -l ~/.xinitrc %session
41 # Commands executed when starting and exiting a session.
42 # They can be used for registering a X11 session with
43 # sessreg. You can use the %user variable
44 #
45 # sessionstart_cmd some command
46 # sessionstop_cmd some command
48 # Start in daemon mode. Valid values: yes | no
49 # Note that this can be overriden by the command line
50 # options "-d" and "-nodaemon"
51 # daemon yes
53 # Available sessions (first one is the default).
54 # The current chosen session name is replaced in the login_cmd
55 # above, so your login command can handle different sessions.
56 # see the xinitrc.sample file shipped with slim sources
57 sessions jwm
59 # Executed when pressing F11 (requires imagemagick)
60 #screenshot_cmd mtpaint -s /root/slim-shot.png
62 # welcome message. Available variables: %host, %domain
63 welcome_msg Welcome to %host
65 # Session message. Prepended to the session name when pressing F1
66 # session_msg Session:
68 # shutdown / reboot messages
69 shutdown_msg The system is going down...
70 reboot_msg The system is rebooting...
72 # default user, leave blank or remove this line
73 # for avoid pre-loading the username.
74 default_user root
76 # Focus the password field on start when default_user is set
77 # Set to "yes" to enable this feature
78 #focus_password no
80 # Automatically login the default user (without entering
81 # the password. Set to "yes" to enable this feature
82 #auto_login no
85 # current theme, use comma separated list to specify a set to
86 # randomly choose from
87 current_theme rpi
89 # Lock file
90 lockfile /var/lock/slim.lock
92 # Log file
93 logfile /var/log/slim.log