Switch to rofi.

This commit is contained in:
Bartek Stalewski 2023-02-22 16:19:33 +01:00
parent e8e2fb2fb5
commit 122f54d3ae
6 changed files with 20 additions and 19 deletions

View file

@ -4,7 +4,7 @@
mkdir -p ~/.config ~/.local/bin
# link config
for i in foot gtk-3.0 kanshi neofetch qtile zathura; do
for i in foot gtk-3.0 kanshi neofetch qtile rofi zathura; do
rm -rf ~/.config/${i}
ln -sf $(pwd)/${i} ~/.config
done