aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh13
1 files changed, 11 insertions, 2 deletions
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