mirror of
https://github.com/tiyn/dmenu.git
synced 2025-11-24 06:19:46 +01:00
LICENSE
Makefile
README.md
arg.h
config.def.h
config.mk
dmenu.1
dmenu.c
dmenu_path
dmenu_run
drw.c
drw.h
stest.1
stest.c
util.c
util.h
3 lines
58 B
Bash
Executable File
3 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|