🔧 Patched custom dmenu

This commit is contained in:
tomit4 2026-03-03 11:48:12 -08:00
parent 3c5ce72efa
commit 17d6edb1fb
24 changed files with 2099 additions and 0 deletions

2
dmenu/dmenu_run Executable file
View file

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