dot_testing/sh/pash-dmenu

8 lines
147 B
Plaintext
Raw Normal View History

2022-06-26 19:55:51 -05:00
#!/bin/sh
sel="$(pash l | dmenu)"
[ "$?" -eq 1 ] && exit 0
# requires bspc rule -a st-gpg-menu state=floating
st -c st-gpg-menu -e pash c "$sel"