forked from AeroNotix/slim-git
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
- Loading branch information
iwamatsu
committed
Feb 19, 2012
1 parent
1bc48fa
commit 09d9ff8
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
README file for SLiM | ||
|
||
Simone Rota <[email protected]> | ||
Nobuhiro Iwamatsu <[email protected]> | ||
|
||
INTRODUCTION | ||
SLiM (Simple Login Manager) is a graphical login manager for X11. | ||
|
@@ -14,7 +14,7 @@ INTRODUCTION | |
- PNG / JPEG support for backgrounds | ||
- XFT / freetype support | ||
- Double or single (GDM-style) inputbox support | ||
- Automake-based build procedure | ||
- CMake build procedure | ||
|
||
INSTALLATION | ||
see the INSTALL file | ||
|
@@ -47,8 +47,9 @@ THEMES | |
See THEMES | ||
|
||
COPYRIGHT | ||
SLiM is copyright (c) 2004-06 by Simone Rota, Johannes Winkelmann | ||
and is available under the GNU General Public License. | ||
SLiM is copyright (c) 2004-06 by Simone Rota, Johannes Winkelmann, | ||
Nobuhiro Iwamatsu and is available under the GNU General Public | ||
License. | ||
See the COPYING file for the complete license. | ||
|
||
Image handling code adapted and extended from xplanet 1.0.1, | ||
|