Seatd

From Alpine Linux
Revision as of 09:58, 3 March 2024 by WhyNotHugo (talk | contribs) (new article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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