Main commit; add features, remove wmenu-run.c, create wmenu-run script and update all docs and build system files.

This commit is contained in:
moonsabre 2025-03-09 18:56:33 -07:00
parent fc69aa6e2b
commit 65f3093bb3
9 changed files with 47 additions and 118 deletions

2
wmenu-run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
compgen -c | sort | wmenu "$@" | sh