mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
12 lines
477 B
Text
12 lines
477 B
Text
Slim is a lightweight login manager based on GNUstep's Login.app
|
|
It makes a great replacement for XDM for those who want something
|
|
that looks good, but still do not want Gnome or KDE.
|
|
|
|
This package also includes a BSD-style rc.d script to start slim;
|
|
you will need to make /etc/rc.d/rc.slim executable:
|
|
chmod 755 /etc/rc.d/rc.slim
|
|
Also, you will need to add something like this to /etc/rc.d/rc.local:
|
|
if [ -x /etc/rc.d/rc.slim ]; then
|
|
/etc/rc.d/rc.slim start
|
|
fi
|
|
|