dotfiles/.config/dmenu
2022-05-29 16:41:06 +02:00
..
examples Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
patches Dotfiles config update (2022-05-25) 2022-05-26 19:23:43 +02:00
themes Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
arg.h Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
config.def.h Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
config.h Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
config.mk Dotfiles config update (2022-05-26) 2022-05-26 21:48:29 +02:00
dmenu_drun Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
dmenu_fbrun Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
dmenu_run Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
dmenu_wrun Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
dmenu.1 Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
dmenu.c Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
dmenu.c.orig Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
drw.c Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
drw.h Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
LICENSE Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
LICENSE.dmenu Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
Makefile Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
Makefile.themes Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
patch.sh Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
README.md Dotfiles config update (2022-05-29) 2022-05-29 16:41:06 +02:00
stest.1 Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
stest.c Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
util.c Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +02:00
util.h Dotfiles config update (2022-05-25) 2022-05-26 19:22:47 +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/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