dotfiles/.config/i3/run.sh

8 lines
104 B
Bash
Raw Normal View History

2019-07-20 12:14:25 +02:00
#!/bin/sh
COMMAND=$(rofi -dmenu -i)
if test -n "$COMMAND"; then
termite -e zsh -c "${COMMAND}"
fi