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

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:50:45 2017 +0200 (2017-07-23)
parents 0490102f1cd5
children
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 /run/slim.auth
22 # Activate numlock when slim starts. Valid values: on|off
23 # numlock on
25 # Hide the mouse cursor (note: does not work with some WMs).
26 # Valid values: true|false
27 hidecursor true
29 # This command is executed after a succesful login.
30 # you can place the %session and %theme variables
31 # to handle launching of specific commands in .xinitrc
32 # depending of chosen session and slim theme
33 #
34 # NOTE: if your system does not have bash you need
35 # to adjust the command according to your preferred shell,
36 # i.e. for freebsd use:
37 # login_cmd exec /bin/sh - ~/.xinitrc %session
38 login_cmd exec /bin/sh -l ~/.xinitrc %session
40 # Commands executed when starting and exiting a session.
41 # They can be used for registering a X11 session with
42 # sessreg. You can use the %user variable
43 #
44 # sessionstart_cmd some command
45 # sessionstop_cmd some command
47 # Start in daemon mode. Valid values: yes | no
48 # Note that this can be overriden by the command line
49 # options "-d" and "-nodaemon"
50 # daemon yes
52 # Available sessions (first one is the default).
53 # The current chosen session name is replaced in the login_cmd
54 # above, so your login command can handle different sessions.
55 # see the xinitrc.sample file shipped with slim sources
56 sessions openbox,jwm
58 # Executed when pressing F11 (requires imagemagick)
59 #screenshot_cmd mtpaint -s /root/slim-shot.png
61 # welcome message. Available variables: %host, %domain
62 welcome_msg Welcome to %host
64 # Session message. Prepended to the session name when pressing F1
65 # session_msg Session:
67 # shutdown / reboot messages
68 shutdown_msg The system is going down...
69 reboot_msg The system is rebooting...
71 # default user, leave blank or remove this line
72 # for avoid pre-loading the username.
73 default_user root
75 # Focus the password field on start when default_user is set
76 # Set to "yes" to enable this feature
77 #focus_password no
79 # Automatically login the default user (without entering
80 # the password. Set to "yes" to enable this feature
81 #auto_login no
84 # current theme, use comma separated list to specify a set to
85 # randomly choose from
86 current_theme rpi
88 # Lock file
89 lockfile /run/slim.lock
91 # Log file
92 logfile /var/log/slim.log