My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector).
examples | ||
fonts | ||
patches | ||
scripts | ||
themes | ||
arg.h | ||
config.def.h | ||
config.h | ||
config.mk | ||
dmenu_close | ||
dmenu_cmd | ||
dmenu_drun | ||
dmenu_fbrun | ||
dmenu_run | ||
dmenu_themes | ||
dmenu_wrun | ||
dmenu.1 | ||
dmenu.c | ||
drw.c | ||
drw.h | ||
LICENSE | ||
LICENSE.dmenu | ||
Makefile | ||
patch.sh | ||
README | ||
README.md | ||
stest.1 | ||
stest.c | ||
util.c | ||
util.h |
dmenu-scripts - My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector)
Dependencies:
-
Arch Linux:
$ 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:
$ 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:
$ git clone https://git.q3aql.dev/q3aql/dmenu-scripts $ cd dmenu-scripts $ sudo make install clean
dmenu scripts that simulate Rofi:
dmenu_run
dmenu_drun
dmenu_wrun
dmenu_fbrun
dmenu_themes
dmenu_cmd
dmenu_close