mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-24 08:29:23 +01:00
2 lines
58 B
Bash
2 lines
58 B
Bash
#!/bin/sh
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|