diff options
Diffstat (limited to 'content/guide')
| -rw-r--r-- | content/guide/artixinstall.md | 10 |
1 files changed, 7 insertions, 3 deletions
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`. @@ -377,6 +377,10 @@ 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 dinitctl enable wireplumber |
