This commit is contained in:
2026-01-05 20:50:31 +04:00
commit b1b9884574
20 changed files with 2957 additions and 0 deletions

2
dmenu_run Executable file
View File

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