#!/bin/sh
# dmenu script to open up my games
choice=$(game-run | dmenu -p "Choose game to run:")
game-run "$choice"