Seatd: Difference between revisions
WhyNotHugo (talk | contribs) (mention elogind) |
WhyNotHugo (talk | contribs) (link to seatd package) |
||
Line 7: | Line 7: | ||
= Installation = | = Installation = | ||
{{Cmd|apk add {{Pkg|seatd}} # install seatd | |||
rc-update add seatd # configure it to auto-start | |||
service seatd start # start it now | |||
adduser $USER seat # allow current user to access seatd | |||
}} |
Revision as of 10:02, 3 March 2024
Seatd is a seat manager and provides user sessions (mostly compositors) with access to input and output devices.
See the seatd documentation for further details.
When using elogind, seatd is not required and viceversa.
Installation
apk add seatd # install seatd rc-update add seatd # configure it to auto-start service seatd start # start it now adduser $USER seat # allow current user to access seatd