#!/bin/bash
option=$(fuzzel --dmenu --prompt-only="Run command: ")
[ -z "$option" ] || exec startb $option
