diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-10 09:43:20 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-10 09:43:20 +0200 |
commit | 006cfda3a9b428db58dfb303cbd5bc419daa980a (patch) | |
tree | f1333499a3c824059db9f95af3a7697d5d92a809 /dmenu_run | |
download | dmenu-006cfda3a9b428db58dfb303cbd5bc419daa980a.tar.gz dmenu-006cfda3a9b428db58dfb303cbd5bc419daa980a.tar.bz2 dmenu-006cfda3a9b428db58dfb303cbd5bc419daa980a.zip |
update
Diffstat (limited to 'dmenu_run')
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmenu_run b/dmenu_run new file mode 100755 index 0000000..834ede5 --- /dev/null +++ b/dmenu_run @@ -0,0 +1,2 @@ +#!/bin/sh +dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & |