From c560e6f37c0ed47723f26770b4fdb661860dd1b0 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 27 May 2026 16:51:06 +0200 Subject: some tidy up in artixinstall guide --- content/guide/artixinstall.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/guide/artixinstall.md b/content/guide/artixinstall.md index 921f002..37294f8 100644 --- a/content/guide/artixinstall.md +++ b/content/guide/artixinstall.md @@ -213,7 +213,7 @@ passwd Setup user and user password (replace `billy` with your username) : ```sh -useradd -m -G wheel billy +useradd -mG wheel,video billy passwd billy ``` @@ -279,7 +279,7 @@ nmcli device wifi connect SSID --ask Install the `brightnessctl` package to adjust the screen's brightness (only on laptop, on a desktop you change the brightness of the screen in the screen's settings). -Just in case also add your user to the `video` group. +Just in case also add your user to the `video` group if you didn't do it already. ```sh sudo usermod -aG video $(whoami) @@ -350,7 +350,7 @@ sudo pacman -S pipewire pipewire-pulse wireplumber And copy the configuration files : ```sh -cp -r /usr/share/pipewire/* /etc/pipewire/ +sudo cp -r /usr/share/pipewire/* /etc/pipewire/ ``` Now, on runit systems, you have to manually start these 3 commands in some files like your `hyprland.conf`, or `.xinitrc`. @@ -376,6 +376,10 @@ sudo pacman -S dinit-user-spawn sudo dinitctl enable dinit-user-spawn ``` +```sh +sudo pacman -S pipewire-dinit pipewire-pulse-dinit wireplumber-dinit +``` + ```sh dinitctl enable pipewire dinitctl enable pipewire-pulse -- cgit v1.2.3