Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions _docs/configuration/desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,27 @@ once, you can also do:
# dinitctl start gdm
```

### SDDM

When using KDE, it is pulled in by default. Otherwise, you can install it:

```
# apk add sddm
```

Typically, all you need to do after that is enable the service:

```
# dinitctl enable sddm
```

That will make it start on every boot. If you want to run it just
once, you can also do:

```
# dinitctl start sddm
```

After that, you only need to log in.

#### GDM with Xorg
Expand Down