default dmenu

This commit is contained in:
2024-12-01 19:40:53 +01:00
commit a271d017bb
17 changed files with 1994 additions and 0 deletions

2
dmenu_run Executable file
View File

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