1
0
mirror of https://github.com/tiyn/dmenu.git synced 2025-11-24 06:19:46 +01:00
Files
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
dmenu/dmenu_run
2020-03-28 22:06:09 +01:00

3 lines
58 B
Bash
Executable File

#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &