#!/bin/bash

sh -c 'pidof wofi && kill $(pgrep wofi) ; wofi --show=drun --sort-order alphabetical --matching fuzzy -p Search -q -i -I -W 450'
