diff options
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 0000000000000..b16bdbaf0d004 --- /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 |