This commit is contained in:
2026-02-23 20:48:31 -08:00
commit 7020ebe415
53 changed files with 12127 additions and 0 deletions

2
dmenu/dmenu_run Executable file
View File

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