Commit 90d319

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