aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorbrodokk <brodokk@brodokk.space>2022-10-30 16:32:43 +0100
committerbrodokk <brodokk@brodokk.space>2022-10-30 16:32:43 +0100
commit5824e54ce12705bfe30ccd67c3be8e6498b6de4b (patch)
treeb0c630d5115a24f43980e14aba17929ab393bc4e /install.sh
parentab484cf561d79c353116180b560669030b326ea9 (diff)
downloaddotfiles-5824e54ce12705bfe30ccd67c3be8e6498b6de4b.tar.xz
dotfiles-5824e54ce12705bfe30ccd67c3be8e6498b6de4b.zip
Fix i3 deps
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