Rofi is a window switcher, run dialog, ssh-launcher and dmenu replacement
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/rofi/raw/main/install.sh)"
Manual install:
requires:
Debian based:
apt install rofi
Fedora Based:
yum install rofi
Arch Based:
pacman -S rofi
MacOS:
brew install rofi
mv -fv "$HOME/.config/rofi" "$HOME/.config/rofi.bak"
git clone https://github.com/dfmgr/rofi "$HOME/.config/rofi"