1slim(1) slim(1)
2
3
4
6 slim - Simple LogIn Manager
7
9 slim [options] [<arguments>]
10
12 SLiM is a lightweight login manager for X11, allowing the initializa‐
13 tion of a graphical session by entering username and password in a lo‐
14 gin screen. It is desktop-agnostic and should work (suitably config‐
15 ured) with any session style.
16
18 -c /path/to/config
19 select a non-standard configuration file instead of
20 /etc/slim.conf
21
22 -d run as a daemon
23
24 -n do NOT run as a daemon
25
26 -s be systemd compatible by disabling consolekit support. This op‐
27 tion does nothing if consolekit support has not been built in.
28
29 -p /path/to/theme
30 display a preview of the theme. An already running X11 session
31 is required for theme preview.
32
33 -w <www>x<hhh>
34 set the size of the window used for theme preview. This option
35 is only valid after a -p option
36
37 -h display a brief help message
38
39 -v display version information
40
42 slim -d
43 run slim in daemon mode
44
45 slim -p /usr/share/slim/themes/default -w 800x600
46 preview of the default theme at low resolution
47
49 Please refer to the documentation of your Operating System to make slim
50 automatically startup after the system boots. In particular, the method
51 is very different between SysV, OpenRC, runit and systemd init pro‐
52 cesses.
53
55 Global configuration is stored in the /etc/slim.conf file. See the com‐
56 ments inside the file for a detailed explanation of the options.
57
59 When started, slim will show a login panel; enter the username and
60 password of the user you want to login as.
61
62 Special usernames:
63
64 console
65 open an xterm login console. No password needed
66
67 exit quit slim. No password needed. See the note in BUGS.
68
69 halt shutdown the machine
70
71 reboot reboot the machine
72
73 suspend
74 power-suspend the machine
75
76 See the configuration file for customizing the above commands. The
77 'halt' and 'reboot' commands need the root password, and hence may not
78 work on systems where root login is disabled.
79
80 Shortcuts:
81
82 F11 executes a custom command (by default takes a screenshot)
83
84 F1 choose session type from session list.
85
87 When run as a daemon from OpenRC (and possibly other init systems),
88 causing SLiM to quit can sometimes result in a blank screen and unre‐
89 sponsive computer. This includes when using the "exit" special user‐
90 name.
91
92 Probably still a few more but I'm working on them.
93
95 Simone Rota <sip@varlock.com>
96
97 Johannes Winkelmann <jw@tks6.net>
98
99 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
100
101 Rob Pearce <slim@flitspace.org.uk>
102
104 slimlock(1)
105
106 See the online documentation at the SLiM web site for further informa‐
107 tion on themes, FAQs, etc.
108
109
110
111 January 14, 2023 slim(1)