dotfiles/.bin/dexec_term

5 lines
120 B
Plaintext
Raw Normal View History

2022-12-06 08:01:44 +01:00
#!/bin/sh
. $HOME/.bin/_config
S="$(dmenu_path | $DMENU_CMD -p "Terminal:")"
[ ! -z "$S" ] && sterm -e "ksh -ic \"$S\""