#!/usr/bin/env bash
rofi \
	-show drun \
	-modi run,drun,ssh,calc \
	-scroll-method 0 \
	-drun-match-fields all \
	-drun-display-format "{name}" \
	-terminal 'kermit -e' \
	-kb-cancel Escape \
	-theme "$HOME"/.config/rofi/config/launcher.rasi
