My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector).
Go to file
2022-07-29 01:04:47 +02:00
examples examples/dmenu_drun.png 2022-07-29 01:04:47 +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 themes arc-dark & gruvbox-dark 2022-07-19 21:29:59 +02:00
arg.h dmenu source code 5.1 2022-05-29 15:52:30 +02:00
config.def.h Modify config.def.h 2022-07-19 21:28:42 +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_cmd Set lines to 18 2022-07-14 00:35:21 +02:00
dmenu_drun New icons for dmenu_drun 2022-07-29 01:02:15 +02:00
dmenu_fbrun Set lines to 18 2022-07-14 00:35:21 +02:00
dmenu_run Set lines to 18 2022-07-14 00:35:21 +02:00
dmenu_themes Fix theme gruvbox-dark (dmenu_themes) 2022-07-19 21:32:07 +02:00
dmenu_wrun Use wmctrl for show and select windows (dmenu_wrun) 2022-07-16 13:01:29 +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 Makefile (dmenu_cmd) 2022-07-10 17:07:57 +02:00
patch.sh Patches applied for dmenu 5.1 2022-05-29 15:48:49 +02:00
README.md README.md 2022-07-16 13:09:04 +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 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://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
dmenu_cmd