docs: add i3 wm

main
Tran Hau 2021-04-03 22:58:00 +07:00
parent a4247e0e7d
commit 04d206cf32
2 changed files with 38 additions and 29 deletions

View File

@ -0,0 +1,15 @@
# [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager)
## Installation
| Distribution | Package |
| ------------ | ---------------- |
| Arch Linux | `networkmanager` |
Service: `NetworkManager.service`
Enable:
```sh
systemctl enable NetworkManager.service
```

View File

@ -234,59 +234,53 @@ pacman -Syu xf86-video-intel mesa
pacman -Syu xf86-video-nouveau mesa pacman -Syu xf86-video-nouveau mesa
``` ```
Install [GNOME](https://wiki.archlinux.org/index.php/GNOME): #### [GNOME](https://wiki.archlinux.org/index.php/GNOME)
Install:
```sh ```sh
pacman -Syu gnome pacman -Syu gnome gdm
``` ```
Install [MATE](https://wiki.archlinux.org/index.php/MATE) Enable:
```sh ```sh
pacman -Syu mate mate-extra # Login manager
```
Install [Xfce](https://wiki.archlinux.org/index.php/xfce#Installation)
```sh
pacman -Syu xfce4 xfce4-goodies
```
Install and enable [GDM](https://wiki.archlinux.org/index.php/GDM) for GNOME:
```sh
pacman -Syu gdm
systemctl enable gdm.service systemctl enable gdm.service
``` ```
Install and enable [LightDM](https://wiki.archlinux.org/index.php/LightDM) for MATE, Xfce: #### [i3](https://wiki.archlinux.org/index.php/i3)
Install:
```sh ```sh
pacman -Syu lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings pacman -Syu i3-wm i3lock i3status rofi \
xorg-xinit lxappearance \
systemctl enable lightdm.service alacritty
``` ```
Install and enable [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager): #### Network managers
```sh Use [NetworkManager](Applications/System/NetworkManager.md).
pacman -Syu networkmanager
# MATE, Xfce Use [systemd-networkd](Applications/System/systemd-networkd.md).
pacman -Suy network-manager-applet
systemctl enable NetworkManager.service #### Bluetooth
```
Install and enable [Bluetooth](https://wiki.archlinux.org/index.php/Bluetooth): Install:
```sh ```sh
pacman -Syu bluez bluez-utils pacman -Syu bluez bluez-utils
```
Enable:
```sh
systemctl enable bluetooth.service systemctl enable bluetooth.service
``` ```
#### Clock synchronization
Enable [systemd-timesyncd](https://wiki.archlinux.org/index.php/systemd-timesyncd) Enable [systemd-timesyncd](https://wiki.archlinux.org/index.php/systemd-timesyncd)
```sh ```sh