diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-13 01:01:09 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:01:09 +0200 |
commit | 71b68523c6b940e9e4b5763c132ddce0dbb324dd (patch) | |
tree | d8bd02a417195547cd16d70fec01b13023a06068 /system/slim/README.SLACKWARE | |
parent | 2347e1ffa7df585ce7c2043e1cc958cf6af22c91 (diff) | |
download | slackbuilds-71b68523c6b940e9e4b5763c132ddce0dbb324dd.tar.gz |
system/slim: Added to 13.0 repository
Diffstat (limited to 'system/slim/README.SLACKWARE')
-rw-r--r-- | system/slim/README.SLACKWARE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/slim/README.SLACKWARE b/system/slim/README.SLACKWARE new file mode 100644 index 0000000000..a327f5fe47 --- /dev/null +++ b/system/slim/README.SLACKWARE @@ -0,0 +1,17 @@ +README.SLACKWARE for Slim + +Frank Caraballo (the Slim maintainer for SlackBuilds.org) took the time to +create a custom Slackware theme which goes nicely with the lilo boot theme. +If you would like to use that theme, you will need to edit /etc/slim.conf +and change the 'current_theme' directive from 'default' to 'slackware-black' + +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: + + # 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 + |