diff options
author | brodokk <brodokk@brodokk.space> | 2022-10-30 16:32:43 +0100 |
---|---|---|
committer | brodokk <brodokk@brodokk.space> | 2022-10-30 16:32:43 +0100 |
commit | 5824e54ce12705bfe30ccd67c3be8e6498b6de4b (patch) | |
tree | b0c630d5115a24f43980e14aba17929ab393bc4e | |
parent | ab484cf561d79c353116180b560669030b326ea9 (diff) | |
download | dotfiles-5824e54ce12705bfe30ccd67c3be8e6498b6de4b.tar.xz dotfiles-5824e54ce12705bfe30ccd67c3be8e6498b6de4b.zip |
Fix i3 deps
-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 |