From afb416a47b6d1786282e06766f705fd8ff691873 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Sun, 4 Apr 2021 15:38:34 +0700 Subject: [PATCH] docs: add ALSA --- install-archlinux.md | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/install-archlinux.md b/install-archlinux.md index b2b2a82..75d9072 100644 --- a/install-archlinux.md +++ b/install-archlinux.md @@ -236,49 +236,56 @@ pacman -Syu xf86-video-nouveau mesa #### [GNOME](https://wiki.archlinux.org/index.php/GNOME) -Install: - ```sh pacman -Syu gnome gdm -``` -Enable: - -```sh # Login manager systemctl enable gdm.service ``` #### [i3](https://wiki.archlinux.org/index.php/i3) -Install: - ```sh pacman -Syu i3-wm i3lock i3status rofi \ xorg-xinit lxappearance \ alacritty ``` +### [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories) + +```sh +pacman -Syu xdg-user-dirs + +xdg-user-dirs-update +``` + +#### [Sound system](https://wiki.archlinux.org/index.php/Sound_system) + +[ALSA](https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture): + +```sh +pacman -Syu alsa-utils + +# https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Unmute_with_alsamixer +alsamixer +``` + #### Network managers Use [NetworkManager](Applications/System/NetworkManager.md). Use [systemd-networkd](Applications/System/systemd-networkd.md). -#### Bluetooth - -Install: +#### [Bluetooth](https://wiki.archlinux.org/index.php/Bluetooth) ```sh pacman -Syu bluez bluez-utils -``` -Enable: - -```sh systemctl enable bluetooth.service ``` +Use [Blueman](Applications/System/Blueman.md). + #### Clock synchronization Enable [systemd-timesyncd](https://wiki.archlinux.org/index.php/systemd-timesyncd)