Blame

90d319 Anonymous 2026-01-31 03:41:38 1
# Slim
2
3
**If you would like to use SLiM as the login manager in runlevel 4, add the
4
following lines to /etc/rc.d/rc.4 just above the section that tries to
5
start gdm:**
6
7
<code> # Try to use SLiM login manager. This comes first, because if SLiM is
8
# installed, then the user probably wants to use it by default:
9
if [ -x /usr/bin/slim ]; then
10
exec /usr/bin/slim
11
fi</code>
12
13
edit /etc/inittab and change the line that reads
14
<code>id:3:initdefault:</code>
15
16
and change it to read
17
<code>id:4:initdefault:</code>
18
19
20
once done with the about you have to run
21
<code>xwmconfig</code>
22
23
24
25
Frank Caraballo took the time to create a custom Slackware theme which goes
26
nicely with the lilo boot theme. If you would like to use Frank's theme, you
27
will need to edit /etc/slim.conf and change the 'current_theme' directive from
28
'default' to 'slackware-black'.
29
30
you can also download more themes and put them in /usr/share/slim/themes
31
and change the current_theme value in /etc/slim.conf