From 3c0f58c093ef11a5e8ecee327b47890a5d8c7058 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Tue, 30 Dec 2025 16:20:14 +0100 Subject: [PATCH] docs: mention _seatd group --- _docs/configuration/seat.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_docs/configuration/seat.md b/_docs/configuration/seat.md index 1f0f757..fdbc08f 100644 --- a/_docs/configuration/seat.md +++ b/_docs/configuration/seat.md @@ -65,5 +65,6 @@ those based on the `wlroots` library. Keep in mind that `seatd` very much conflicts with `elogind`, so ensure that only one is running. You will need to manually enable -the `seatd` service. The daemon also does much less than `elogind` -does, so e.g. system power management is not handled by it. +the `seatd` service and add your user to the `_seatd` group. The +daemon also does much less than `elogind` does, so e.g. system +power management is not handled by it.