init commit

This commit is contained in:
MeexReay 2025-07-18 05:20:16 +03:00
commit 1faf698ab8
62 changed files with 4299 additions and 0 deletions

2
dmenu/dmenu_run Executable file
View file

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