hot fix for rofi installation

This commit is contained in:
Julián Gómez
2022-06-10 11:12:42 +02:00
committed by GitHub
parent 12d2453601
commit 6ad3b557fa

View File

@@ -33,6 +33,7 @@ sudo dpkg -i awesome*.deb
# rofi (rofi from apt does NOT work)
cd
git clone https://github.com/davatorium/rofi/
cd rofi
meson setup build
sudo ninja -C build
sudo ninja -C build install
@@ -54,4 +55,4 @@ cp -r rofi ~/.config/.
cp -r alacritty ~/.config/.
echo " ===== make sure to reboot and select awesome desktop ====== "
echo " ===== make sure to reboot and select awesome desktop ====== "