updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bundle-desktop-jianingy / slim.conf
blobc32575f1610e5f2eb56b54df978d59f2470127bf
1 # Path, X server and arguments (if needed)
2 # Note: -xauth $authfile is automatically appended
3 default_path        ./:/bin:/usr/bin:/usr/local/bin
4 default_xserver     /usr/bin/X
5 xserver_arguments   -nolisten tcp -dpi 96 vt07
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
13 # Full path to the xauth binary
14 xauth_path         /usr/bin/xauth
16 # Xauth file for server
17 authfile           /var/run/slim.auth
20 # Activate numlock when slim starts. Valid values: on|off
21 # numlock             on
23 # Hide the mouse cursor (note: does not work with some WMs).
24 # Valid values: true|false
25 # hidecursor          false
27 # This command is executed after a succesful login.
28 # you can place the %session and %theme variables
29 # to handle launching of specific commands in .xinitrc
30 # depending of chosen session and slim theme
32 # NOTE: if your system does not have bash you need
33 # to adjust the command according to your preferred shell,
34 # i.e. for freebsd use:
35 # login_cmd           exec /bin/sh - ~/.xinitrc %session
36 login_cmd           exec /bin/bash /etc/X11/xinit/xinitrc.local %session
38 # Commands executed when starting and exiting a session.
39 # They can be used for registering a X11 session with
40 # sessreg. You can use the %user variable
42 # sessionstart_cmd      some command
43 # sessionstop_cmd       some command
45 # Start in daemon mode. Valid values: yes | no
46 # Note that this can be overriden by the command line
47 # options "-d" and "-nodaemon"
48 # daemon        yes
50 # Available sessions (first one is the default).
51 # The current chosen session name is replaced in the login_cmd
52 # above, so your login command can handle different sessions.
53 # see the xinitrc.sample file shipped with slim sources
54 sessions            fluxbox,awesome,xfce4,icewm,wmaker,blackbox
56 # Executed when pressing F11 (requires imagemagick)
57 screenshot_cmd      import -window root /slim.png
59 # welcome message. Available variables: %host, %domain
60 welcome_msg         Welcome to %host
62 # Session message. Prepended to the session name when pressing F1
63 # session_msg         Session: 
65 # shutdown / reboot messages
66 shutdown_msg       The system is halting...
67 reboot_msg         The system is rebooting...
69 # default user, leave blank or remove this line
70 # for avoid pre-loading the username.
71 # default_user        jianingy
73 # Focus the password field on start when default_user is set
74 # Set to "yes" to enable this feature
75 focus_password      yes
77 # Automatically login the default user (without entering
78 # the password. Set to "yes" to enable this feature
79 #auto_login          no
82 # current theme, use comma separated list to specify a set to 
83 # randomly choose from
84 current_theme        archlinux-darch-grey
86 # Lock file
87 lockfile            /var/lock/slim.lock
89 # Log file
90 logfile             /var/log/slim.log