summaryrefslogtreecommitdiff
path: root/system/sddm/README
diff options
context:
space:
mode:
authorDavid Woodfall <dave@dawoodfall.net>2017-10-26 14:51:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-28 07:07:02 +0700
commit214800082b8ba0ac5400d93c457e239a68feaf60 (patch)
treebdd2d33c8f3c7ffcaafd15977d777d08fd470edd /system/sddm/README
parentc0c91a22cc529e4af62fe9f121e9d3c4f6171b46 (diff)
downloadslackbuilds-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/README12
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