docs: add backlight
parent
90da258396
commit
740a694584
|
@ -255,7 +255,7 @@ pacman -Syu i3-wm i3lock i3status rofi \
|
|||
alacritty
|
||||
```
|
||||
|
||||
### [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories)
|
||||
#### [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories)
|
||||
|
||||
```sh
|
||||
pacman -Syu xdg-user-dirs
|
||||
|
@ -263,6 +263,15 @@ pacman -Syu xdg-user-dirs
|
|||
xdg-user-dirs-update
|
||||
```
|
||||
|
||||
#### [Power management](https://wiki.archlinux.org/index.php/Power_management)
|
||||
|
||||
#### [Backlight](https://wiki.archlinux.org/index.php/Backlight)
|
||||
|
||||
```sh
|
||||
# https://wiki.archlinux.org/index.php/Backlight#xbacklight
|
||||
pacman -Syu xorg-xbacklight
|
||||
```
|
||||
|
||||
#### [Sound system](https://wiki.archlinux.org/index.php/Sound_system)
|
||||
|
||||
[ALSA](https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture):
|
||||
|
|
Loading…
Reference in New Issue