Install WOFI
-
Clone repo
cd~/vcgit clone --depth 1 https://github.com/SimplyCEO/wofi.git -
Build and install wofi
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_RUN=1 -DENABLE_DRUN=1 -DENABLE_DMENU=1cmake --build buildgit clone --depth 1 https://github.com/SimplyCEO/wofi.gitsudo su -c "cmake --install build"