My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector).
Go to file
2022-07-10 16:26:55 +02:00
examples dmenu_themes image update 2022-07-10 16:26:55 +02:00
fonts Add Ubuntu Nerd Fonts 2022-05-29 19:22:23 +02:00
patches Patches applied for dmenu 5.1 2022-05-29 15:48:49 +02:00
scripts Scripts and config files for build themes 2022-05-29 17:11:51 +02:00
themes Add more themes 2022-05-29 18:31:50 +02:00
arg.h dmenu source code 5.1 2022-05-29 15:52:30 +02:00
config.def.h dmenu source code 5.1 2022-05-29 15:52:30 +02:00
config.h dmenu source code 5.1 2022-05-29 15:52:30 +02:00
config.mk dmenu source code 5.1 2022-05-29 15:52:30 +02:00
dmenu_drun Better support for themes 2022-07-10 16:21:44 +02:00
dmenu_fbrun Better support for themes 2022-07-10 16:21:44 +02:00
dmenu_run Better support for themes 2022-07-10 16:21:44 +02:00
dmenu_themes Better support for themes 2022-07-10 16:21:44 +02:00
dmenu_wrun Better support for themes 2022-07-10 16:21:44 +02:00
dmenu.1 dmenu source code 5.1 2022-05-29 15:52:30 +02:00
dmenu.c dmenu source code 5.1 2022-05-29 15:52:30 +02:00
drw.c dmenu source code 5.1 2022-05-29 15:52:30 +02:00
drw.h dmenu source code 5.1 2022-05-29 15:52:30 +02:00
LICENSE LICENSE GPL 2.0 2022-05-29 15:50:57 +02:00
LICENSE.dmenu LICENSE of dmenu (MIT) 2022-05-29 15:51:12 +02:00
Makefile Add Ubuntu Nerd Fonts 2022-05-29 19:22:23 +02:00
Makefile.themes Add Ubuntu Nerd Fonts 2022-05-29 19:22:23 +02:00
patch.sh Patches applied for dmenu 5.1 2022-05-29 15:48:49 +02:00
README.md Fix README.md 2022-06-11 12:43:29 +02:00
stest.1 dmenu source code 5.1 2022-05-29 15:52:30 +02:00
stest.c dmenu source code 5.1 2022-05-29 15:52:30 +02:00
util.c dmenu source code 5.1 2022-05-29 15:52:30 +02:00
util.h dmenu source code 5.1 2022-05-29 15:52:30 +02:00

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 xdotool xorg-xlsclients dex xterm brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft libxrender xdg-utils
  • Debian/Ubuntu:

    • sudo apt install gcc make coreutils sed libexpat1-dev libfreetype-dev libxinerama-dev xdotool x11-utils dex xterm libxft-dev libfreetype6-dev libfontconfig1-dev libpng-dev libbrotli-dev libxrender-dev libmd-dev libxau-dev libbsd-dev libxdmcp-dev xdg-utils

Note: Installation of kitty is opcional.

Build and install:

  • Open terminal and run the following commands:

    $ git clone https://github.com/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