#!/bin/bash SOURCE="/home/tyler/.frequent" xdotool type $(cat $SOURCE | dmenu -l 50 | cut -d ' ' -f1)