notes/config/i3/Install.md

611 B

Install i3

Packages

sudo pacman -S i3-gaps xorg-servier xorg-init xorg-xrandr

Fonts

sudo pacman -S wqy-microhei

Polybar

yay -S nerd-fonts-meslo polybar bspwm xbacklight pulseaudio wlan battery temperature

Adjust resolution

Input cvt 1920 1080 and returns

Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

Then

xrandr --newmode "1920x1080" 173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual-1 1920x1080
xrandr --output Virtual-1 --mode 1920x1080