2022-12-03 14:59:41 +01:00
2022-07-29 18:32:39 +02:00
2022-05-29 19:22:23 +02:00
2022-05-29 15:48:49 +02:00
2022-07-19 21:29:59 +02:00
2022-05-29 15:52:30 +02:00
2022-11-20 11:41:03 +01:00
2022-05-29 15:52:30 +02:00
2022-11-20 12:54:24 +01:00
2022-11-20 12:28:18 +01:00
2022-11-20 12:28:18 +01:00
2022-11-20 12:28:18 +01:00
2022-11-20 12:28:18 +01:00
2022-11-20 12:28:18 +01:00
2022-11-20 12:28:18 +01:00
2022-11-20 12:28:18 +01:00
2022-05-29 15:52:30 +02:00
2022-11-20 11:41:03 +01:00
2022-11-20 11:41:03 +01:00
2022-11-20 11:41:03 +01:00
2022-11-20 11:41:03 +01:00
2022-05-29 15:51:12 +02:00
2022-12-03 14:59:41 +01:00
2022-05-29 15:48:49 +02:00
2022-11-20 11:41:03 +01:00
2022-10-14 00:47:25 +02:00
2022-05-29 15:52:30 +02:00
2022-05-29 15:52:30 +02:00
2022-11-20 11:41:03 +01:00
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://gitlab.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
dmenu_close
Description
My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector).
Readme 1.8 MiB
Languages
C 64.9%
Shell 26.4%
Roff 5.1%
Makefile 3.6%