My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector).
Go to file
2022-05-29 19:22:23 +02:00
examples Images of dmenu scripts using themes 2022-05-29 18:46:13 +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 dmenu scripts 2022-05-29 15:49:43 +02:00
dmenu_fbrun Fix files and directories spaces (dmenu_fbrun) 2022-05-29 16:36:14 +02:00
dmenu_run dmenu scripts 2022-05-29 15:49:43 +02:00
dmenu_themes Fix run term with root (dmenu_themes) 2022-05-29 17:52:26 +02:00
dmenu_wrun dmenu scripts 2022-05-29 15:49:43 +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 README.md 2022-05-29 18:47:03 +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

Dependencies:

  • Arch Linux:

    • sudo pacman -S gcc make coreutils sed expat freetype2 libxinerama xdotool xorg-xlsclients dex xterm
  • Debian/Ubuntu:`

    • 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
dmenu_themes