Install WOFI

  1. Clone repo

    cd ~/vc git clone --depth 1 https://github.com/SimplyCEO/wofi.git

  2. Build and install wofi

    cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_RUN=1 -DENABLE_DRUN=1 -DENABLE_DMENU=1 cmake --build build git clone --depth 1 https://github.com/SimplyCEO/wofi.git sudo su -c "cmake --install build"