#!/usr/bin/env zsh
PHRASE=$(printf | dmenu -h 24 -p "Web search:")
if [ -n "$PHRASE" ]; then
qutebrowser $PHRASE &
bspc desktop -f '^3'
fi