initial commit

This commit is contained in:
Luke Smith
2018-04-07 14:51:10 -07:00
commit adfcb8e996
16 changed files with 1846 additions and 0 deletions

2
dmenu_run Executable file
View File

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