wok annotate slim/stuff/etc/slim.conf @ rev 1503

Up libgio (2.16.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 15:59:42 2008 +0000 (2008-10-05)
parents 3c883b1de63c
children 9733af969c86
rev   line source
pankso@263 1 # /etc/slim.conf: Slim login manger configuration file
pankso@263 2 #
pankso@263 3
pankso@263 4 # Path, X server and arguments (if needed)
pankso@263 5 # Note: -xauth $authfile is automatically appended
pankso@263 6 default_path ./:/bin:/usr/bin:/usr/local/bin
pankso@263 7 default_xserver /usr/bin/Xvesa
pankso@361 8 xserver_arguments -ac -shadow dpms +extension Composite -screen 1024x768x24
pankso@263 9
pankso@263 10 # Commands for halt, login, etc.
pankso@263 11 halt_cmd /sbin/poweroff
pankso@263 12 reboot_cmd /sbin/reboot
pankso@263 13 console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -l -c "exec /bin/login"
pankso@263 14 #suspend_cmd /usr/sbin/suspend
pankso@263 15
pankso@263 16 # Full path to the xauth binary
pankso@263 17 xauth_path /usr/bin/xauth
pankso@263 18
pankso@263 19 # Xauth file for server
pankso@263 20 authfile /var/run/slim.auth
pankso@263 21
pankso@263 22 # Activate numlock when slim starts. Valid values: on|off
pankso@263 23 # numlock on
pankso@263 24
pankso@263 25 # Hide the mouse cursor (note: does not work with some WMs).
pankso@263 26 # Valid values: true|false
pankso@263 27 hidecursor true
pankso@263 28
pankso@263 29 # This command is executed after a succesful login.
pankso@263 30 # you can place the %session and %theme variables
pankso@263 31 # to handle launching of specific commands in .xinitrc
pankso@263 32 # depending of chosen session and slim theme
pankso@263 33 login_cmd exec /bin/sh -l ~/.xinitrc %session
pankso@263 34
pankso@263 35 # Commands executed when starting and exiting a session.
pankso@263 36 # They can be used for registering a X11 session with
pankso@263 37 # sessreg. You can use the %user variable
pankso@263 38 #
pankso@263 39 # sessionstart_cmd some command
pankso@263 40 # sessionstop_cmd some command
pankso@263 41
pankso@263 42 # Start in daemon mode. Valid values: yes | no
pankso@263 43 # Note that this can overridden by the command line
pankso@263 44 # option "-d"
pankso@263 45 #daemon yes
pankso@263 46
pankso@263 47 # Available sessions (first one is the default).
pankso@263 48 # The current chosen session name is replaced in the login_cmd
pankso@263 49 # above, so your login command can handle different sessions.
pankso@263 50 # see the xinitrc.sample file shipped with slim sources
pankso@656 51 sessions openbox,e17,jwm
pankso@263 52
pankso@263 53 # Executed when pressing F11 (requires imagemagick)
pankso@263 54 #screenshot_cmd mtpaint -s /root/slim-shot.png
pankso@263 55
pankso@263 56 # welcome message. Available variables: %host, %domain
pankso@263 57 welcome_msg Welcome to %host
pankso@263 58
pankso@263 59 # shutdown / reboot messages
pankso@263 60 shutdown_msg The system is going down...
pankso@263 61 reboot_msg The system is rebooting...
pankso@263 62
pankso@263 63 # default user, leave blank or remove this line
pankso@263 64 # for avoid pre-loading the username.
pankso@263 65 default_user hacker
pankso@263 66
pankso@263 67 # current theme, use comma separated list to specify a set to
pankso@263 68 # randomly choose from
pankso@263 69 current_theme slitaz
pankso@263 70
pankso@263 71 # Lock file
pankso@263 72 lockfile /var/lock/slim.lock
pankso@263 73
pankso@263 74 # Log file
pankso@263 75 logfile /var/log/slim.log
pankso@263 76