first commit

This commit is contained in:
bacalhau 2025-07-02 15:45:16 +01:00
commit d8a9fcbc98
93 changed files with 23726 additions and 0 deletions

2
dmenu/dmenu_run Executable file
View file

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