#! /bin/sh

# map this script as a shortcut key for dwm in config.h

xdotool type "$(grep -v '^#' ${HOME}/.snippets | dmenu -i -l 50 | sed 's/\s*#.*//')"
