mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-05 14:43:46 +01:00
2 lines
58 B
Bash
Executable file
2 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|