Install i3 wm
- 2018/12/31
- ArchLinux
How to install, execute this below command.
$ sudo pacman -S i3status dmenu i3-wm
$ vim .xinitrc
Follow this code.
exec i3
Set wallpaper
How to set wallpaper image which needs installing a feh package.
$ sudo pacman -S feh
$ feh --bg-fill ~/Pictures/wallpaper.png
If you wanna setting rondom wallpaper. Execute this command.
$ feh --randomize --bg-fill ~/Pictures/*