This commit is contained in:
2025-07-02 00:07:02 -07:00
commit d609e661b6
17 changed files with 2019 additions and 0 deletions

2
dmenu_run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &