My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector).
examples | ||
patches | ||
themes | ||
arg.h | ||
config.def.h | ||
config.h | ||
config.mk | ||
dmenu_drun | ||
dmenu_fbrun | ||
dmenu_run | ||
dmenu_themes | ||
dmenu_wrun | ||
dmenu.1 | ||
dmenu.c | ||
drw.c | ||
drw.h | ||
LICENSE | ||
LICENSE.dmenu | ||
Makefile | ||
Makefile.themes | ||
patch.sh | ||
README.md | ||
stest.1 | ||
stest.c | ||
util.c | ||
util.h |
dmenu-scripts - My implementation of dmenu to simulate Rofi functions
Dependencies:
-
Arch Linux:
$ sudo pacman -S gcc make coreutils sed expat freetype2 libxinerama xdotool xorg-xlsclients dex xterm
-
Debian/Uuntu:`
$ sudo apt install gcc make coreutils sed libexpat1-dev libfreetype-dev libxinerama-dev xdotool x11-utils dex xterm
Build and install:
-
Open terminal and run the following commands:
$ git clone https://github.com/q3aql/dmenu-scripts $ sudo make install clean
dmenu scripts that simulate Rofi:
dmenu_run
dmenu_drun
dmenu_wrun
dmenu_fbrun