Go to file
2013-01-18 17:47:49 +00:00
cmake Initial commit. 2013-01-18 00:46:14 +00:00
src Save settings manually, after login. 2013-01-18 13:31:03 +00:00
themes/Default User alternate color when focus changed, too. 2013-01-18 17:47:49 +00:00
.gitignore Initial commit. 2013-01-18 00:46:14 +00:00
ChangeLog Initial commit. 2013-01-18 00:46:14 +00:00
CMakeLists.txt Initial commit. 2013-01-18 00:46:14 +00:00
COPYING Initial commit. 2013-01-18 00:46:14 +00:00
INSTALL Initial commit. 2013-01-18 00:46:14 +00:00
PKGBUILD Add PKGBUILD file. 2013-01-18 01:15:54 +00:00
README Initial commit. 2013-01-18 00:46:14 +00:00
sddm.conf Initial commit. 2013-01-18 00:46:14 +00:00
sddm.pam Initial commit. 2013-01-18 00:46:14 +00:00
sddm.service Initial commit. 2013-01-18 00:46:14 +00:00
TODO Initial commit. 2013-01-18 00:46:14 +00:00

SDDM - Simple Desktop Display Manager
=====================================

SDDM is a new simple display manager for X11 featuring QML based user interfaces. It is designed to be functional, good looking but simple.

Authentication is done using PAM. A simple pam service file is provided with the codebase. Provided service file is simple, you should consider customizing it to your needs.

SDDM backend is developed using C++ and depends on Qt. So memory requirements may be more than X11-only display manager. But if you use a Qt based desktop and application this should be a non-issue. Anyway, this is one of the reasons we prefer simple to light-weight as an adjective.

User interfaces are done exclusively im QML. QML allows creation of visually appealing and animated user interfaces. Current version of SDDM depends on Qt4, so we can use only QtQuick1. We will port to Qt5 at a later timepoint, so we can use cool new QtQuick2 features like shaders etc. Since QML is a complete user interface design language, there is virtually no limit to what you can do in your themes.

Default theme supplied in the distrubition is pretty simplistic. This is intentional. It is designed to be a reference theme to be learned from not to be a showcase.