From 42ee8d9ca4284b9731d2a316734320502fb5ccb4 Mon Sep 17 00:00:00 2001 From: jwihardi <84292598+jwihardi@users.noreply.github.com> Date: Sun, 12 Oct 2025 23:26:51 -0400 Subject: [PATCH] Update README with use flags and service recommendations Clarify recommended use flags and dot-files setup instructions. --- dist-gentoo/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist-gentoo/README.md b/dist-gentoo/README.md index f57ad6aaf..3391d0737 100644 --- a/dist-gentoo/README.md +++ b/dist-gentoo/README.md @@ -25,10 +25,13 @@ Note: 4. gsettings and kwriteconfig6 are set (same as dist-arch). ## Recommended use flags (useflags) +- **The recommended useflags are not required, this is a more out of the box experience with these** - Pipewire is used, alsa and pulseaudio are disabled (enabling them won't hurt). - Init system is not assumed or considered so disabling systemd should be done in make.conf, same with session managers (elogind is recommended). ## Making the dot-files work +- elogind is expected to be installed and run as a service on OpenRC to set _$XDG_RUNTIME_DIR_ + - NOT recommended: seatd will require more manual setup - pipewire, pipewire-pulse, and wireplumber must be started after a dbus-session is created and before Hyprland is launched. If you want to start after logging into tty1 you can do something like this.