index
:
Dotfiles.git
master
These are all the configs for all the programs I use. You are welcome to copy and change as you wish!
Shipwreckt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
files
/
config
/
suckless
/
dmenu
/
dmenu_run
blob: 834ede54fc6f465e45ab9a0930f49b6566201fd9 (
plain
)
1
2
#!/bin/sh dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &