#
# sound plugin configuration
#

load "sound" {
	#
	# should sounds be cached into the EsounD server? this
	# is recommend, without it we will load the sound from
	# the file anytime it is played, which is pretty slow.
	#
	param "sound_cache"	"true";

	#
	# filenames containing sound data (in a format supported by
	# libaudiofile) for various windowmanager events.
	#
	#fileparam "sound_birth"	"/path/to/sound";
	#fileparam "sound_death"	"/path/to/sound";
	#fileparam "sound_iconify"	"/path/to/sound";
	#fileparam "sound_restore"	"/path/to/sound";
	#fileparam "sound_zoom"		"/path/to/sound";
	#fileparam "sound_unzoom"	"/path/to/sound";
	#fileparam "sound_deskchange"	"/path/to/sound";
	#fileparam "sound_wspacechange"	"/path/to/sound";
}
