diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-12 17:38:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:38:05 +0200 |
commit | bbe2cab46caaabd380fbb4598bfa6086049594f0 (patch) | |
tree | ad5f19b2390883c7c2ca5f4fa1227fb86d108295 /desktop/slim/README.SLACKWARE | |
parent | a4c27216dc6abb7b9272afead8db969f371e95f4 (diff) | |
download | slackbuilds-bbe2cab46caaabd380fbb4598bfa6086049594f0.tar.gz |
desktop/slim: Updated for version 1.3.1
Diffstat (limited to 'desktop/slim/README.SLACKWARE')
-rw-r--r-- | desktop/slim/README.SLACKWARE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/desktop/slim/README.SLACKWARE b/desktop/slim/README.SLACKWARE new file mode 100644 index 0000000000..2f40f73436 --- /dev/null +++ b/desktop/slim/README.SLACKWARE @@ -0,0 +1,19 @@ +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 + |