diff options
Diffstat (limited to '')
-rwxr-xr-x | install.sh | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -126,10 +126,19 @@ sudo pacman -S --noconfirm --needed xorg-xinit echo "Install i3..." -sudo pacman -S --noconfirm --needed i3-wm +sudo pacman -S --noconfirm --needed i3-gaps +sudo pacman -S --noconfirm --needed picom +sudo pacman -S --noconfirm --needed feh +sudo pacman -S --noconfirm --needed i3-gaps sudo pacman -S --noconfirm --needed python-i3-py pikaur -S --noconfirm --needed rofi -pikaur -S --noconfirm --needed i3lock-fancy-rapid-git + +# i3lock-fancy custom multimonitor fork +git clone https://github.com/brodokk/i3lock-fancy.git +cd i3lock-fancy-ffmpeg-multimonitor +sudo make install +cd .. +rm -rf i3lock-fancy-ffmpeg-multimonitor ## i3pystatus |