diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-27 16:51:06 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-27 16:51:06 +0200 |
| commit | c560e6f37c0ed47723f26770b4fdb661860dd1b0 (patch) | |
| tree | 30ab444ad6d3e309289d7b341927d3e4531f910a /content | |
| parent | 54d64e2a981a08e628c5c5d468ba6c38466955b9 (diff) | |
some tidy up in artixinstall guide
Diffstat (limited to 'content')
| -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 |
