dmenu-scripts - My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector) ========================================================================================================================= ### Dependencies: * **Arch Linux:** ```shell $ sudo pacman -S gcc make coreutils sed expat freetype2 libxinerama git wmctrl \ dex brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft \ libxrender xdg-utils --noconfirm ```` * **Debian/Ubuntu:** ```shell $ sudo apt install gcc make coreutils sed libexpat1-dev libfreetype-dev xdg-utils \ libxinerama-dev git wmctrl x11-utils dex libxft-dev libfreetype6-dev libpng-dev \ libfontconfig1-dev libbrotli-dev libxrender-dev libmd-dev libxau-dev libbsd-dev \ libxdmcp-dev -y ```` ### Build and install: * Open terminal and run the following commands: ```shell $ git clone https://git.q3aql.dev/q3aql/dmenu-scripts $ cd dmenu-scripts $ sudo make install clean ```` ### dmenu scripts that simulate Rofi: ```shell dmenu_run ``` ```shell dmenu_drun ``` ```shell dmenu_wrun ``` ```shell dmenu_fbrun ``` ```shell dmenu_themes ``` ```shell dmenu_cmd ``` ```shell dmenu_close ``` ### External links: * [dmenu homepage](https://tools.suckless.org/dmenu/) * [Rofi homepage](https://github.com/davatorium/rofi)