From 5824e54ce12705bfe30ccd67c3be8e6498b6de4b Mon Sep 17 00:00:00 2001 From: brodokk Date: Sun, 30 Oct 2022 16:32:43 +0100 Subject: Fix i3 deps --- install.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 62ea29c..3c1612c 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.1