mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
13 lines
416 B
Text
13 lines
416 B
Text
|
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
|