dotfiles/fake_home/.rofi-tabs.sh

7 lines
116 B
Bash
Executable File

if [[ "$1" == "" ]]; then
bt list
exit 0
fi
bt activate --focused $(echo "$@" | awk '{print $1}') &> /dev/null