diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-10-26 14:51:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-28 07:07:02 +0700 |
commit | 214800082b8ba0ac5400d93c457e239a68feaf60 (patch) | |
tree | bdd2d33c8f3c7ffcaafd15977d777d08fd470edd /system/sddm/README | |
parent | c0c91a22cc529e4af62fe9f121e9d3c4f6171b46 (diff) | |
download | slackbuilds-214800082b8ba0ac5400d93c457e239a68feaf60.tar.gz |
system/sddm: Added (QML based X11 and Wayland display manager).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/sddm/README')
-rw-r--r-- | system/sddm/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/sddm/README b/system/sddm/README new file mode 100644 index 0000000000..b16bdbaf0d --- /dev/null +++ b/system/sddm/README @@ -0,0 +1,12 @@ +SDDM is a modern display manager for X11 and Wayland aiming to be +fast, simple and beautiful. It uses modern technologies like QtQuick, +which in turn gives the designer the ability to create smooth, +animated user interfaces. + +You will need to edit /etc/rc.d/rc.4 to get this work. +Put the section that refers to sddm before the others: + +# Look for SDDM as well: +if [ -x /usr/bin/sddm ]; then + exec /usr/bin/sddm +fi |