#!/bin/sh
exec env \
	PULSE_PROP_OVERRIDE_application.name='Gens' \
	PULSE_PROP_OVERRIDE_media.role='game' \
	/usr/bin/gens "$@"
