-
Notifications
You must be signed in to change notification settings - Fork 0
/
etc##slim.conf
89 lines (69 loc) · 2.85 KB
/
etc##slim.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#This file is part of the minos-desktop-settings package
#Path, X server and arguments (if needed)
#Note: -xauth $authfile is automatically appended
default_path /bin:sbin/:/usr/bin:/usr/local/bin:/usr/bin/X11
default_xserver /usr/bin/X11/X
xserver_arguments :0 vt7 -nolisten tcp
#Commands for halt, login, etc.
halt_cmd shutdown -h now
reboot_cmd shutdown -r now
#console_cmd xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue.net; exec /bin/login"
#Full path to the xauth binary
xauth_path /usr/bin/X11/xauth
#Xauth file for server
authfile /var/run/slim.auth
#Activate numlock when slim starts. Valid values: on|off
#numlock on
#Hide the mouse cursor (note: does not work with some WMs).
#Valid values: true|false
#hidecursor false
#This command is executed after a succesful login.
#you can place the %session and %theme variables
#to handle launching of specific commands in .xinitrc
#depending of chosen session and slim theme
#
#NOTE: if your system does not have bash you need
#to adjust the command according to your preferred shell,
#i.e. for freebsd use:
#login_cmd exec /bin/sh - ~/.xinitrc %session
#login_cmd exec /bin/bash -login ~/.xsession %session
login_cmd exec /bin/bash -login /etc/X11/Xsession %session
#Commands executed when starting and exiting a session.
#They can be used for registering a X11 session with
#sessreg. You can use the %user variable
#
#sessionstart_cmd some command
#sessionstop_cmd some command
#Start in daemon mode. Valid values: yes | no
#Note that this can be overriden by the command line
#options "-d" and "-nodaemon"
#daemon yes
#Available sessions (first one is the default).
#The current chosen session name is replaced in the login_cmd
#above, so your login command can handle different sessions.
#see the xinitrc.sample file shipped with slim sources
sessions i3,enlightenment_start,spectrwm
#Executed when pressing F11 (requires imagemagick)
screenshot_cmd DISPLAY=":0.0" import -window root /tmp/slim.png
#welcome message. Available variables: %host, %domain
#welcome_msg Welcome to %host
#Session message. Prepended to the session name when pressing F1
session_msg WM:
#shutdown / reboot messages
shutdown_msg Halting...
reboot_msg Rebooting...
#default user, leave blank or remove this line
#for avoid pre-loading the username.
default_user muser
#Focus the password field on start when default_user is set
#Set to "yes" to enable this feature
focus_password yes
#Automatically login the default user (without entering
#the password. Set to "yes" to enable this feature
auto_login no
#Lock file
lockfile /var/run/slim.lock
#Log file
logfile /var/log/slim.log
#Current theme
current_theme minos-login