#!/usr/bin/env sh
# Script to have rofi show and run aliases

rofi -rnow -show-icons -matching "prefix" \
     -display-combi "Start:" \
     -display-drun "Start:" \
     -show drun
