Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
winkj committed Dec 6, 2004
0 parents commit 128d819
Show file tree
Hide file tree
Showing 63 changed files with 13,676 additions and 0 deletions.
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3.0.3 - 2004.09.27
* First SLiM release
21 changes: 21 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
INSTALL file for SLiM

0. Prerequisites:
- X.org or XFree86
- libpng
- libjpeg

1. to build and install the program:
./configure
make
make install (as root)

2. configuration files
If no additional options are specified at step 1,
themes are installed into /usr/share/slim/themes
the general config file is /usr/etc/slim.conf

3. automatic startup
Edit the init scripts according to your OS/Distribution.


5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src themes orig
EXTRA_DIST=autogen.sh slim.conf THEMES

sysconf_DATA = slim.conf
Loading

0 comments on commit 128d819

Please sign in to comment.